Skip to content

Execute Individual Search

Request

Executes a search using optional personal and address details.

Security
bearerToken
Query
titlestring

Title of the individual.

firstNamestringrequired

First name of the individual.

middleNamestring

Middle name of the individual.

lastNamestringrequired

Last name of the individual.

dateOfBirthstringrequired

Date of birth of the individual.

houseNostring

House number of the address.

buildingNamestring

Building name of the address.

subBuildingstring

Sub building of the address..

streetstring

Street of the address.

citystring

City of the address.

provincestring

Province of the address.

postCodestringrequired

Postal code of the address.

addressstringrequired

Full address.

reasonForSearchstringrequired

Reason for performing the search.

Enum:"AM""AV""BS""CA""DC""DS""EC""GI""QS""TV"
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/verify/individual/directReport?title=string&firstName=string&middleName=string&lastName=string&dateOfBirth=string&houseNo=string&buildingName=string&subBuilding=string&street=string&city=string&province=string&postCode=string&address=string&reasonForSearch=AM' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
One of:
requestDetailsobject(SearchRequestDetails)
verifyMatchboolean

Indicates if the verification matches the individual.

Response
{ "requestDetails": { "title": "string", "firstName": "string", "middleName": "string", "lastName": "string", "dateOfBirth": "string", "buildingNo": "string", "buildingName": "string", "street": "string", "town": "string", "county": "string", "postcode": "string", "addressLine": "string" }, "verifyMatch": true }