External Authentication Controller

Authenticate external user and generate tokens

Validates an external authentication token, retrieves user information, and generates new access and refresh tokens for the user.

post/v1/external/authentication/token

Request body

externalAuthTokenstring
deviceTokenstring

Response

Authentication successful

authTokenstring
refreshTokenstring
userIdstring
platformTypestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.