Authentication
Open https://t.me/apmfun_bot?start=connect 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.
Authenticate user with access code and return JWT token
Authorizations
AuthorizationstringRequired
JWT access token authentication
Body
codestringRequiredExample:
Access code
ABC123DEF456Responses
200
Login successful
application/json
401
Authentication failed
application/json
post
/login/access-codeLast updated
