v1

latestOpenAPI 3.0.02026-07-2667172347.6 KB
Sensitivity list

Get sensitive client

Use this endpoint to get the profile of a specific <Glossary>client</Glossary> on your <Glossary>sensitivity list</Glossary> .

get/v1/sensitivityList/{id}

Path parameters

idstring required

Our unique identifier for the sensitive client, returned in the Add sensitive client response. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0

Headers

Authorizationstring required

The access_token returned in your most recent Create access token response.

Response

Sensitive client returned

idstring

Our unique identifier for the sensitive client, returned in the Add sensitive client response. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0

verificationIdstring

The unique identifier for the Identity Verification case. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0 <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>Tip: This is the same value as the workflowId returned in the Create workflow response.

clientIdstring

Our unique identifier for the client, returned in your first Create workflow request for this client. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0

providerIdstring

Your unique Business Partner identifier. <br />Returned if the sensitive client profile was added using a verificationId, otherwise null.

lastNamestring

The client’s last name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Smith

firstNamestring

The client’s first name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John

aliasesstring

Any other names the client is known by. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Muscles

categorystring

The sensitivity list category the client falls into. <br />You can define any categories that you want to track. <br /><br />Format: Free text

subcategorystring

The sensitivity list subcategory the client falls into. <br />You can define any subcategories that you want to track. <br /><br />Format: Free text

dateOfBirthstring

The client’s date of birth. <br /><br />Format: Date YYYY-MM-DD <br /><br />Example: 1960-10-18= October 18, 1960

placeOfBirthstring

The city where the client was born. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Sint-Agatha-Berchem

identificationDocumentNumbersstring

The document number of the client’s ID document(s).

taxIdentificationNumberstring

The client’s <Glossary>TIN</Glossary>. <br /><br />Example: 12.34.56-789.01

citizenshipstring

The country or countries where the client has citizenship <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Belgium, United States

sexstring

The client’s sex <br /><br />Format: Case sensitive <br />Enum: <br />Female: Female in line with ID document <br />Male: Male in line with ID document <br />Other: ID document contains a value other than Male or Female <br />Unknown: ID document contains no gender field

mobilePhoneNumberstring

The client’s mobile phone number. <br /><br />Format: Must include the country code and begin with 00 or + without spaces <br /><br />Example: 00324123456789 or +324123456789

referencestring

Your reference number for the client. <br /><br />Format: Free text

furtherInformationstring

Any additional information. <br /><br />Format: Free text

creationUtcDateTimestring

The timestamp for when the client profile was created <br /><br />Format: ISO 8601 UTC date and time

updatedUtcDateTimestring

The timestamp for when the client profile was last updated. <br /><br />Format: ISO 8601 UTC date and time

emailstring

The client’s email address. <br /><br />Format: Maximum 254 characters [_-a-zA-Z0-9.+]+@a-zA-Z0-9 <br /><br />Example: j.smith@example.com

enabledboolean

true: This profile is active on your sensitivity list (default). <br /><br />false: This profile isn’t active on your sensitivity list.