Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query the account credit of the reseller linked to the API Key
POST {{API_URL}}/me
POST https://client.hostrox.net/api/reseller/me
key
curl --location 'https://client.hostrox.net/api/reseller/me' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09" }'
{ "status": "successful", "balance": "12921.6200", "currency": "USD", "balance_formatted": "$12,921.62" }