cURL
curl --request GET \ --url https://api.fluximmo.io/v2/protected/admin/consumption \ --header 'x-api-key: <api-key>'
{ "error": { "message": "<string>", "code": 123 } }
Get your credit consumption for a given date range
Credit consumption to date (ex: 2023-01-01)
Credit consumption from date (ex: 2023-01-01)
The response is of type object.
object
Was this page helpful?