Search for an identity
get
/v1/identities/search

Search for an identity by client identifier. Returns the identity if found, 404 if not found, and 406 when more then one identity is found.

🔐 Authentication
X-API-KEY API key of the environment
Header parameter: X-API-KEY
📤 Request

client_identifier
string

Identifier of the identity in the client app.

Example: 123456789
📥 Response
200 Found one identity
Content Type:
401 Unauthorized Error
Content Type:
404 Not Found
Content Type:
406 Not Acceptable - More then one entry was found.
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples