Go to developer

Partner 2FA / Get identity

Get identity

GET/v1/identities/{identityId}

Fetch an identity record by identityId for debugging or admin tooling.

Authentication

SERVER ONLY

Bearer clientId:clientSecretServer secret required.

Request

Path parameters

ParameterTypeRequiredDescription
identityIdstringRequired

Response

200 Identity record

  • identityobjectrequired

404 Not found

  • detailsobject
  • errorstringrequired
  • messagestringrequired

Examples

Bash
curl -X GET "https://auth.keyra.ie/v1/identities/idn_xxxxxxxx" \
  -H "Authorization: Bearer CLIENT_ID:CLIENT_SECRET"

Response

response.jsonJSON
{
  "identity": {}
}