Connect API Catalog///
- API Documentation
Creditsafe Connect
- Director Search
Director Report
Director Search
Endpoint to find Directors based on search criteria to order a Creditsafe Director Report.
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
- Production serverhttps://connect.creditsafe.com/v1/people
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/people?page=1&pageSize=0&countries=GB%2CFR&peopleId=string&firstName=string&lastName=string&localDirectorNumber=string&dateOfBirth=string&callRef=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "messages": [ { … } ], "correlationId": "string", "directors": [ { … } ], "totalSize": 0 }