---
title: "Get all sensitive clients"
method: GET
path: "/v1/sensitivityList/"
tags: ["Sensitivity list"]
---

# Get all sensitive clients

`GET /v1/sensitivityList/`

Use this endpoint to get the profiles of **all** <Glossary>clients</Glossary> on your <Glossary>sensitivity list</Glossary> .

## Query parameters

- `pageNumber` integer, required
- `pageSize` integer, required

## Headers

- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.

## Response `200`

Sensitive clients returned

- object
  - `pageNumber` integer — The page returned.
  - `pageSize` integer — The number of profiles per page.
  - `firstPage` string — The absolute URL to the first page.
  - `lastPage` string — The absolute URL to the last page.
  - `totalPages` integer — The total number of pages.
  - `totalRecords` integer — The number of clients on your sensitivity list.
  - `nextPage` string — The absolute URL to the next page, or null if on the last page.
  - `previousPage` string — The absolute URL to the previous page, or null if on the first page.
  - `data` object[] — The list of client profiles.
    - `id` string — Our unique identifier for the sensitive client, returned in the [Add sensitive client](https://docs.fourthline.com/reference/add-sensitive-client) response. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0`
    - `verificationId` string — 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](https://docs.fourthline.com/reference/create-workflow) response.
    - `clientId` string — Our unique identifier for the client, returned in your first [Create workflow](https://docs.fourthline.com/reference/create-workflow) request for this client. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0`
    - `providerId` string — Your unique Business Partner identifier. <br />Returned if the sensitive client profile was added using a `verificationId`, otherwise `null`.
    - `lastName` string — The client’s last name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Smith
    - `firstName` string — The client’s first name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John
    - `aliases` string — Any other names the client is known by. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Muscles
    - `category` string — The sensitivity list category the client falls into. <br />You can define any categories that you want to track. <br /><br />Format: Free text
    - `subcategory` string — The sensitivity list subcategory the client falls into. <br />You can define any subcategories that you want to track. <br /><br />Format: Free text
    - `dateOfBirth` string — The client’s date of birth. <br /><br />Format: Date YYYY-MM-DD <br /><br />Example: `1960-10-18`= October 18, 1960
    - `placeOfBirth` string — The city where the client was born. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Sint-Agatha-Berchem
    - `identificationDocumentNumbers` string — The document number of the client’s ID document(s).
    - `taxIdentificationNumber` string — The client’s <Glossary>TIN</Glossary>. <br /><br />Example: 12.34.56-789.01
    - `address` object
      - `street` string — The street of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Rue Jean-Baptiste Jansen
      - `streetNumber` integer — The street number of the client’s address. <br /><br />Format: int32 greater than or equal to zero
      - `streetNumberSuffix` string — The suffix of the street number. <br /><br />Format: Alphabetical characters, spaces, hyphens, and numerals <br /><br />Example: 123A
      - `postalCode` string — The zip code of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `NW1 6XE`
      - `city` string — The city of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `London`
      - `region` string — The region of the client’s address <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Brussels Capital Region
      - `country` string — The country of the client’s address. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
    - `citizenship` string — The country or countries where the client has citizenship <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Belgium, United States
    - `sex` string — 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
    - `mobilePhoneNumber` string — 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`
    - `reference` string — Your reference number for the client. <br /><br />Format: Free text
    - `furtherInformation` string — Any additional information. <br /><br />Format: Free text
    - `creationUtcDateTime` string — The timestamp for when the client profile was created <br /><br />Format: ISO 8601 UTC date and time
    - `updatedUtcDateTime` string — The timestamp for when the client profile was last updated. <br /><br />Format: ISO 8601 UTC date and time
    - `email` string — 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`
    - `enabled` boolean — • `true`: This profile is active on your sensitivity list (default). <br /><br />• `false`: This profile **isn’t** active on your sensitivity list.

## Other responses

- `400` — Invalid request parameters
- `422` — The request could not be processed
- `500` — Unexpected server error

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/revisions/7991ae7c8383/schema)
