v2

latestOpenAPI 3.1.02026-08-014610794.4 KB
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/api/v1/workspaces/{workspace_id}/access-tokens/lookup

Path parameters

workspace_idstring uuid4 required

Request body

accessTokenstring required

Response

Access token ID lookup successful. Returns a stable, non-sensitive identifier for the provided workspace access token.

accessTokenIdstring uuid4 required