认证
在浏览器中打开 https://t.me/apmfun_bot?start=connect ,按照提示获取 Access Code。然后通过以下接口发送该 Access Code,即可获取 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
