account_id is supplied, the response includes one account with credit details; if omitted, the response is an array of accounts without credit information.{
"data": [
{
"type": "account",
"id": 36744212,
"attributes": {
"name": "Dealfront Group GmbH",
"credits": {
"available": 10000,
"used": 520,
"remaining": 9480,
"next_reset_on": "2026-10-01"
}
}
}
],
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}