X

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"
}
 
 

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(5 times viewed / 0 people found it helpful)
Top