Skip to main content

CreateToken

POST 

/v1/token/create

Usage Plan

TypeRequestsTime limit (seconds)
Rate150060
Burst150060

Learn more about rate limits and usage plans in the Rate Limiting guide.

Exchanges an authorization code for an OAuth access token. Provide the authorization code received from the OAuth consent flow along with your client credentials (client_id and client_secret). On success, returns a JWT access token, its expiry duration, granted scopes, and the seller's authorized project code.

Request

Responses

A successful response.