curl --request GET \ --url https://api.elliephant.com/api/credit-balance \ --header 'API-KEY: <api-key>' \ --header 'API-PASSWORD: <api-key>' \ --header 'CLIENT-ID: <api-key>'
{ "credit_balance": 99064.44, "currency": "AUD", "credit_balance_formatted": "A$99,064.44" }
The currency you want the return in. Sent in ISO 4217 format. eg Australian Dollar is AUD.
Successful response
The response is of type object.
object