Converts a sensitive global-level access token into its stable identifier (access_token_id). The access token can be base64 encoded (similar to Authorization header) or passed raw. This enables clients to reference tokens without transmitting sensitive values, e.g., when trying to delete the token or retrieve usage for the token.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Access token ID lookup successful. Returns a stable, non-sensitive identifier for the provided access token.
The response is of type object
.