Skip to main content
This action returns the account credit of the reseller linked to the API Key.

Method / Endpoint

POST {{API_URL}}/me
For Hostrox, the full URL is:
POST https://client.hostrox.net/api/reseller/me

Request parameters

NameRequiredDescription
keyYesAPI Key

Example cURL request

curl --location 'https://client.hostrox.net/api/reseller/me' \
  --header 'Content-Type: application/json' \
  --data '{
    "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09"
  }'

Example JSON response

{
  "status": "successful",
  "balance": "12921.6200",
  "currency": "USD",
  "balance_formatted": "$12,921.62"
}

Response fields