unlockAuthentication

Open https://t.me/apmfun_bot?start=connectarrow-up-right in your browser and follow the instructions to obtain your Access Code.

Send the Access Code to the follwing endpoint to receive a JWT token.

Login with Access Code

post

Authenticate user with access code and return JWT token

Authorizations
AuthorizationstringRequired

JWT access token authentication

Body
codestringRequired

Access code

Example: ABC123DEF456
Responses
chevron-right
200

Login successful

application/json
post
/login/access-code

Last updated