Connect API Catalog///
- API Documentation
Creditsafe Connect
- Director Report
Director Search
Director Report
Returns a report from the ID supplied to the search.
Security
bearerToken
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.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/people/{peopleId}
- Production serverhttps://connect.creditsafe.com/v1/people/{peopleId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/people/{peopleId}?language=en&callRef=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "messages": [ { … } ], "report": { "directorId": "string", "directorSummary": { … }, "directorDetails": { … }, "otherAddresses": [ … ], "directorships": { … } } }