Endpoints to find People/Directors and order Director Reports. A Director Report will contain a person's registered information and Active & Previous Directorships, where available. This endpoint is not advised to get a list of directors for a specific Company. Instead, order a Company Credit Report using the Companies Report Endpoint, and use the directors section in the report response.
Endpoint to find Directors based on search criteria to order a Creditsafe Director Report.
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>'{ "messages": [ { … } ], "correlationId": "string", "directors": [ { … } ], "totalSize": 0 }