v1

latestOpenAPI 3.1.02026-07-2432337285.3 KB
Identity Validation

Get Identity Validation Details

Retrieve an identity validation information using the validation request ID previously obtained from the Create Identity Validation endpoint.

get/{id}/

Path parameters

idstring required

Headers

x-company-idinteger

ID of a child company for authentication. If not provided, the parent company will be authenticated.

ID of a child company for authentication. If not provided, the parent company will be authenticated.

Response

Successful Response

OR

Example response

{
  "data": {
    "freshnessLimit": 2592000,
    "country": {
      "validation": {
        "dni": "20300000",
        "fullName": "Juan Perez",
        "dateOfBirth": "1990-01-01"
      }
    }
  }
}