v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Identity management endpoints

Request tokenization status of a user identity

Request tokenization status of a user identity

get/user/identity

Headers

Authorizationstring required

The JWT access token that authorizes the request

x-auth-subjectstring required

The user identity associated with request for tokenization

Response

Successful request to tokenize the identity

accountstring

Account identifier associated with the identity

domainstring

Obfuscated domain name associated with the identity

statusstring

Describes the state of the tokenized identity

Example response

{
  "account": "user123xyz",
  "domain": "22aba33b5d41558729dd176c8727239577562ccd1a939ca8931957b352c8342d.crypto",
  "status": "ready"
}