Routescope APIRoutescope API

Redeem Code

🔐 Login Required (User Permission)

POST
/api/user/topup
curl -X POST "https://api.routescope.ai/api/user/topup" \  -H "Content-Type: application/json" \  -d '{    "key": "string"  }'
{}

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token for authentication. Format: FD_PROTECT_0

In: header

Request Body

application/json

key*string

Response Body

application/json

Last updated on