GETGET ACESS TOKEN FOR BOT
https://api.ff1964.me/api/auth/token?uid=UID&password=PASSWORD
Example:
https://api.ff1964.me/api/auth/token?uid=4562706534&password=GAARA-FCRZW1DL1-MS3x1964
Example Response:
{"success":true,"data":{"token":"jwt_token_here","expires_in":3600,"Created By":"1964"}}
GETGet jwt from acess token
https://api.ff1964.me/api/auth/verify?token=YOUR_TOKEN
📊 Tracked & Logged
Example Response:
{"success":true,"data":{"uid":"123","region":"US","valid":true}}
GETGet Level Token
https://api.ff1964.me/api/auth/level-token?uid=UID&password=PASSWORD
Example:
https://api.ff1964.me/api/auth/level-token?uid=4562706534&password=GAARA-FCRZW1DL1-MS3x1964
Example Response:
{"success":true,"data":{"level_token":"level_token_here","expires_in":3600,"Created By":"1964"}}