Auth
Exchange a valid authorization code for an access and refresh token. You can only exchange an authorization code once!
post
Body
authorizationCodestringRequired
usedRedirectUristringRequired
Redirect URI that was used when retrieving an authorization code.
Responses
201Success
application/json
accessTokenstringRequired
expiresInnumberRequired
The number of seconds until the access token expires.
refreshTokenstringRequired
400Error
503Error
post
/api/v1/auth/sign-in/code-exchangeLast updated