Guide CLI reference API reference Get a token Retrieve metadata for a single service account token GET /auth/v1/seed/auth/tokens/{token_id} Request Response cURL curl --request GET \ --url /auth/v1/seed/auth/tokens/{token_id} \ --header 'Authorization: Bearer <token>' Path parameters token_id type: string required The unique identifier for the token (e.g., `tok_8f3a2b1c`).