Check Balance Status
This action queries the account credit status of the reseller account linked to the API Key.
Method / Endpoint
POST/ {{API_URL}} me
Request Parameters
Name | Requirement | Description |
---|---|---|
key | Yes | API Key |
Sample cURL Request
curl --location 'https://example.com/api/reseller/me' \
--header 'Content-Type: application/json' \
--data '{
"key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09"
}'
Sample JSON Response
{
"status": "successful",
"balance": "12921.6200",
"currency": "USD",
"balance_formatted": "$12,921.62"
}