Usage Examples
Examples of using the Reseller API service are given below.
You can use Postman to easily test the Reseller API. Click the button below to access code samples and quick testing.
Postman allows you to quickly validate and test your APIs, so you can move your integration process forward smoothly.
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"
}