curl --location --request GET 'https://api.leadfeeder.com/v1/accounts?account_id=123456' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "account",
"id": 123456,
"attributes": {
"name": "Account 1",
"credits": {
"available": 1000,
"used": 200,
"remaining": 800,
"next_reset_on": "2026-10-01"
}
}
}
],
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}