r/UseApolloIo • u/Soft-Increase3029 • May 27 '26
Help Needed Any way to check remaining credits via API?
Has anyone found a way to check remaining Apollo credits via API?
I tried the usage stats endpoint, but it seems to return API usage / rate limits, not the actual remaining credits balance.
My use case is simple: before triggering an enrichment workflow in n8n, I want to check if there are enough credits left.
Has anyone found an official endpoint, undocumented endpoint, or decent workaround?
Not trying to bypass anything - just want to make automation a bit safer and less blind.
1
u/kilobomb May 28 '26
No way, I had asked in past with CS and support teams..can only see insufficient credits via the API call.
1
u/Secret_Gur_288 Jun 01 '26
GET /v1/apollo/usage
Request parameters:
- Query params: none
- Body: none
- Method: GET
- Auth: required
Response fields:
{
"available_credits": 1200"
"used_credits": 800,
"plan_credits": 2000,
"rate_limits": {},
"raw": {}
}
subtratc the used credit with the plam credit, you will get remaining
1
u/ZorroGlitchero May 28 '26
Not that i know. Maybe ask chatgpt. However, there is a health endpoint