# Request tokenization status of a user identity Request tokenization status of a user identity Endpoint: GET /user/identity Version: 1.0.0 ## Header parameters: - `Authorization` (string, required) The JWT access token that authorizes the request Example: "my-jwt-access-token" - `x-auth-subject` (string, required) The user identity associated with request for tokenization Example: "user123xyz" ## Response 200 fields (application/json): - `account` (string) Account identifier associated with the identity Example: "user123xyz" - `domain` (string) Obfuscated domain name associated with the identity Example: "22aba33b5d41558729dd176c8727239577562ccd1a939ca8931957b352c8342d.crypto" - `status` (string) Describes the state of the tokenized identity Example: "ready"