Skip to content

Director Report

Request

Returns a report from the ID supplied to the search.

Security
bearerToken
Path
peopleIdstring^[a-zA-Z]{2}([0-9]{1,3})?[-]{1}[a-zA-Z0-9$]+$required

Identifier of the Person/Director required to order their Director Report. Obtained from /people search results.

Query
languagestring^[a-zA-Z]{2}$

Report Language - The JSON structure of the Report is language invariant, but field content will return as the given language, where available.

Default:"en"
callRefstring

This parameter allows users to assign a unique identifier to their API queries. By using a callRef, it facilitates easier tracking and logging within Connect. If you provide a callRef, the Connect team can later retrieve and identify the specific requests associated with that identifier, enabling detailed tracing of interactions.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/people/{peopleId}?language=en&callRef=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
messagesArray of objects(CreditsafeGlobalDataMessage)

Provides information about the request and the response.

reportobject(CreditsafeGlobalDataReportsDirectorsDirectorReport)
Response
{ "messages": [ {} ], "report": { "directorId": "string", "directorSummary": {}, "directorDetails": {}, "otherAddresses": [], "directorships": {} } }