List Personal Access Tokens
Review the current personal API keys before creating a new one or revoking an old one.
The list endpoint returns the current human user PAT inventory for review and cleanup.
- Open the correct PAT list surface.
- Read current token status safely.
- Use the list before create or revoke actions.
Where this happens
Same Task, Other Interfaces
Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.
Do the work
- 1. Authenticate as a human principal with `tokens.manage`.
- 2. Call the list endpoint.
- 3. Read the returned credential ids, labels, scopes, and status fields.
- 4. Use those ids for a later revoke call if cleanup is needed.
Keep Going in Sessions and Personal Tokens
Stay in the same interface and move to the next closest task in this topic when needed.
Create a Personal Access Token
Create a human-owned API key with the narrowest useful scope set and store it safely because the raw token is only shown once.
Revoke a Personal Access Token
Revoke a human-owned API key by credential id when it is obsolete, leaked, or no longer appropriate for the workflow.
Nearby Guides
These guides stay close to the current workflow so you can keep moving without restarting discovery.
Create a Personal Access Token
Create a human-owned API key with the narrowest useful scope set and store it safely because the raw token is only shown once.
Revoke a Personal Access Token
Revoke a human-owned API key by credential id when it is obsolete, leaked, or no longer appropriate for the workflow.