Reseller Balance
Use this endpoint to fetch your remaining balance.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response
application/json
500
Internal server error
get
/api/balanceGET /api/balance HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"balance": 1
}Last updated