Partner 2FA / Get identity
/v1/identities/{identityId}Fetch an identity record by identityId for debugging or admin tooling.
Bearer clientId:clientSecret — Server secret required.
| Parameter | Type | Required | Description |
|---|---|---|---|
identityId | string | Required |
200 Identity record
identityobjectrequired404 Not found
detailsobjecterrorstringrequiredmessagestringrequiredcurl -X GET "https://auth.keyra.ie/v1/identities/idn_xxxxxxxx" \
-H "Authorization: Bearer CLIENT_ID:CLIENT_SECRET"Response
{
"identity": {}
}