v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Accounts: ID+V

Get Person Identification

Get information about the identification process for a person.

get/persons/{person_id}/identifications/{identification_id}

Path parameters

identification_idstring required

An identifier referring to a person identification process.

person_idstring required

A person identifier.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

idstring required

The identifier referring to this person identification process.

method'kyc_reliance' required

A category representing the identification method used.

<ul> <li><code>kyc_reliance</code>: Use this for KYC reliance implementations. </ul>
status'created' | 'failed' | 'started' | 'succeeded' required

A category representing the status on a person identification process.

<ul> <li><code>created</code> <li><code>failed</code> <li><code>started</code> <li><code>succeeded</code> </ul>

Example response

{
  "history": [
    {
      "timestamp": "2023-06-23T07:29:55.465000+00:00"
    }
  ]
}