Request OAuth2 token
Authentication
Request OAuth2 token
Request an access token using OAuth2 protocol.
POST
Request OAuth2 token
Documentation Index
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Basic authentication credentials, in the format Basic <base64(client_id:client_secret)>.
Body
application/x-www-form-urlencoded
Response
Token created successfully.
The access token string issued.
The number of seconds until the token expires.
Available options:
Bearer The refresh token string issued (only applicable to certain grant types).
The list of scopes, delimited with spaces.