Access Tokens
Lookup Workspace Access Token ID
Converts a sensitive workspace-level access token into its stable identifier (access_token_id) within the specified workspace. 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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Minimum length:
1
Response
200
application/json
Access token ID lookup successful. Returns a stable, non-sensitive identifier for the provided workspace access token.