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.
The base number value of credit remaining
The currency the total is returned in. Sent in ISO 4217 format. eg Australian Dollar is AUD
Your credit balance formated