latestOpenAPI 3.0.12026-08-105551287.6 KB

c481fa2414f9

Person identifications

(Fourthline only) Whitelist a person identification

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.

post/v1/persons/{person_id}/identifications/{id}/whitelist

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required

The unique ID of the identification resource created for a customer.

Example:6dc54352d6793a892e0702850d07b831cidt

Response

The customer identification has been successfully whitelisted.

idstring

The unique ID of the customer's identification resource at Solaris' side.

clientstring

The person UID on Fourthline's side.

statusstring

The status of the operation.

messagestring

Additional context explaining the status.

Example response

{
  "id": "6dc54352d6793a892e0702850d07b831cidt",
  "client": "55fdc915-29ec-49db-9a2c-de09eb8176e7",
  "status": "completed",
  "message": "Client has been whitelisted."
}