Director Search

Endpoint to find Directors based on search criteria to order a Creditsafe Director Report.

SecuritybearerToken
Request
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer

Number of items to return per Page.

countries
required
object

comma-separated list of iso-2 country codes

Example: countries=GB,FR
peopleId
string

Person/Director Identifier - used to order a Director Report.

firstName
string

Person's First Name.

lastName
string

Person's Last Name

localDirectorNumber
string or null

Local Identifier of the Director, the PNR in GB.

dateOfBirth
string

Person DOB - provide YYYY-MM-DD or YYYY-MM format.

callRef
string or null

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.

Responses
200
400
401
get/people
Request samples
Response samples
application/json
{
  • "messages": [
    ],
  • "correlationId": "string",
  • "directors": [
    ],
  • "totalSize": 0
}