# OAuth Tokens

 - [GET /oauth_token/list](https://docs.treasure.ai/apis/td_api_v3-public/oauth-tokens/getoauthtokens.md): Retrieves the account's live OAuth tokens: those whose row is not revoked, including tokens whose access half has expired, because a `refreshable` one can be exchanged for a new access token until the
 - [POST /oauth_token/remove/{oauth_token_id}](https://docs.treasure.ai/apis/td_api_v3-public/oauth-tokens/deleteoauthtokenbyid.md): Revokes the token named, every other live token the same user holds for the same OAuth client, and every authorization code that user was issued for the client and has not yet exchanged. Both halves o
