---
title: "(Fourthline only) Whitelist a person identification"
method: POST
path: "/v1/persons/{person_id}/identifications/{id}/whitelist"
tags: ["Person identifications"]
---

# (Fourthline only) Whitelist a person identification

`POST /v1/persons/{person_id}/identifications/{id}/whitelist`

This endpoint whitelists a person identification to enable the customer with the `person_id` specified in the request URL to identify again for one of your services using Fourthline. <br>**Note** You can only use this endpoint if a person has been previously identified successfully for one of your services using Fourthline and there's a need to identify again. However, you cannot use this endpoint to whitelist a failed identification.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `id` string, required — The unique ID of the identification resource created for a customer.

## Response `200`

The customer identification has been successfully whitelisted.

- object
  - `id` string — The unique ID of the customer's identification resource at Solaris' side.
  - `client` string — The person UID on Fourthline's side.
  - `status` string — The status of the operation.
  - `message` string — Additional context explaining the status.

## Other responses

- `400` — Successful result of the operation
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
