Skip to main content
GET
List tokens for OAuth application
Lists all active tokens for an OAuth application. Only OWNERS and ADMINS can view tokens.

Permissions

Only OWNERS and ADMINS can list tokens for OAuth applications.

Path Parameters

Example Request

Example Response

Use Cases

  • Audit active tokens for security
  • Monitor token usage
  • Identify unused tokens for cleanup
  • Track token expiration dates

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

Only owners and admins can view tokens.

404 Not Found

OAuth application not found with the provided client ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clientId
string
required

Response

Tokens retrieved successfully. Returns array of tokens with scopes, expiration, and usage info.