Auth

Exchange authorization code for tokens

post/auth/token

Request body

codestring required
appIdstring required
appSecretstring
codeVerifierstring
redirectUristring

Response

Token response

Changes