Authentication Controller

Exchange authentication code for tokens

Exchanges a valid authentication code for access and refresh tokens. The code is single-use and will be invalidated after this call.

post/v1/authentication/access-token

Request body

codestring
deviceTokenstring
redirectHoststring
platformTypestring

Response

Tokens generated successfully

authTokenstring
refreshTokenstring
userIdstring
platformTypestring

Changes