unlock认证

在浏览器中打开 https://t.me/apmfun_bot?start=connectarrow-up-right ,按照提示获取 Access Code。然后通过以下接口发送该 Access Code,即可获取 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
successbooleanOptionalExample: true
msgstringOptionalExample: Login successful
post
/login/access-code

Last updated