OAuth Apps
List app tokens
Lists active access and refresh tokens currently issued to an OAuth app, sorted newest first. Useful for auditing app usage and picking specific tokens to investigate before a targeted revocation.
Each entry includes the token type (access or refresh), the user the token was issued for (omitted for client-credentials access tokens), the granted scopes, the issuance and expiry timestamps, and the revocation flag. Each type is capped at 100 most-recent rows server-side (listTokensForApp in oauth_token.service.ts); revoked and expired tokens are excluded.
Creator-only.
get/oauth-clients/{appId}/tokens
Path parameters
appIdstring required
OAuth app ID
Response
List of tokens