v1
latestOpenAPI 3.0.12026-08-0621301.7 MBOauth
Getting the tokens
After the customer has confirmed the app installation, you will need to exchange the authorization_code to a pair of access and refresh tokens. Using an access token, you can access the user's data through the API.
post/oauth/token
Headers
Authorizationstring required
Base 64 encoded string containing the client_id and client_secret values. The header value should be Basic <base64(client_id:client_secret)>.
Response
Returns user Oauth2 tokens.