🔎Find a Single Identity
Lookup and retrieve a single Identity Record for a Customer by identity_id.
Find Single Identity
GET
Search for an Identity record using the search parameter identity_id.
Path Parameters
Name
Type
Description
identity_id*
String
This is UUID for a specific Identity Record that gets generated and returned in the POST Create New Identity response.
```postman_json
{
"data": {
"id": "850e1fb6-2209-4479-ab07-da7c6148b8ff",
"type": "id_book",
"front": null,
"back": null,
"valid": false
}
}
```
Last updated