# Wise oauth-token API

**Canonical:** https://apis.io/apis/wise/wise-oauth-token-api/  
**Provider:** Wise — https://apis.io/providers/wise/  
**Base URL:** https://api.wise.com/v2  
**Documentation:** https://docs.wise.com/api-docs/api-reference/profile

Wise oauth-token API is one of 47 APIs that [Wise](https://apis.io/providers/wise/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification. Tagged areas include OAuth Token. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

Exchange client credentials or authorisation grants for OAuth 2.0 access tokens. All grant types use `POST /oauth/token` with basic authentication (your `client_id` and `client_secret`). Depending on the grant type, this endpoint issues either a **client credentials token** or a **user token**. Client credentials token {% .title-3 .m-t-5 %} An application-level token for requests that aren't tied to a specific Wise user, such as generating un-authenticated quotes and subscribing to application webhooks. Valid for 12 hours. - `client_credentials` — the only grant type for this token. User token {% .title-3 .m-t-5 %} A token for making API calls on behalf of a specific Wise user, such as creating transfers and managing balances. Access tokens are valid for 12 hours and can be refreshed using a refresh token. Grant types: - `registration_code` — for partners that create Wise users via API. Exchanges a registration code for a user access token and refresh token. - `authorization_code` — for partners using the OAuth redirect flow. Exchanges an authorisation code for a user access token and refresh token. - `refresh_token` — obtain a new user access token without requiring the user to re-authorise. Managing token expiration {% #managing-token-expiration .title-3 .m-t-5 %} Access tokens are valid for 12 hours. You can request a new access token whenever it's close to expiring — there is no need to wait for the actual expiration to happen first. Depending on how your application uses the Wise Platform API, requesting a new access token before attempting a series of API calls on behalf of an individual user will avoid issues with expired access tokens.

## Machine-readable artifacts (14)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/wise/refs/heads/main/openapi/wise-oauth-token-api-openapi.yml
- **Documentation** — https://docs.wise.com/api-docs/api-reference/profile
- **Sandbox** — https://api.sandbox.transferwise.tech
- **GraphQL** — https://raw.githubusercontent.com/api-evangelist/wise/refs/heads/main/graphql/wise-graphql.md
- **Documentation** — https://docs.wise.com/api-docs/api-reference/recipient
- **Documentation** — https://docs.wise.com/api-docs/api-reference/quote
- **Documentation** — https://docs.wise.com/api-docs/api-reference/transfer
- **Documentation** — https://docs.wise.com/api-docs/api-reference/balance
- **Documentation** — https://docs.wise.com/api-docs/api-reference/multi-currency-account
- **Documentation** — https://docs.wise.com/api-docs/api-reference/balance-statement
- **Documentation** — https://docs.wise.com/api-docs/api-reference/card
- **Documentation** — https://docs.wise.com/api-docs/api-reference/subscription
- **AsyncAPI** — https://raw.githubusercontent.com/api-evangelist/wise/refs/heads/main/asyncapi/wise-webhooks-asyncapi.yml
- **Documentation** — https://docs.wise.com/api-docs/api-reference/simulation

## Other Wise APIs (12)

- [Wise 3ds API](https://apis.io/apis/wise/wise-3ds-api/)
- [Wise activity API](https://apis.io/apis/wise/wise-activity-api/)
- [Wise address API](https://apis.io/apis/wise/wise-address-api/)
- [Wise balance API](https://apis.io/apis/wise/wise-balance-api/)
- [Wise balance-statement API](https://apis.io/apis/wise/wise-balance-statement-api/)
- [Wise bank-account-details API](https://apis.io/apis/wise/wise-bank-account-details-api/)
- [Wise batch-group API](https://apis.io/apis/wise/wise-batch-group-api/)
- [Wise bulk-settlement API](https://apis.io/apis/wise/wise-bulk-settlement-api/)
- [Wise card API](https://apis.io/apis/wise/wise-card-api/)
- [Wise card-kiosk-collection API](https://apis.io/apis/wise/wise-card-kiosk-collection-api/)
- [Wise card-order API](https://apis.io/apis/wise/wise-card-order-api/)
- [Wise card-sensitive-details API](https://apis.io/apis/wise/wise-card-sensitive-details-api/)

## Tags

OAuth Token

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/wise/wise-oauth-token-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/wise/.
