GET/credits
Remaining credits, Lookalike allowance, and plan id.
GET /credits
X-API-Key: sk_live_...
{
"credits": 842,
"topUpCredits": 200,
"lookalikeCredits": 100,
"lookalikeTopUpCredits": 0,
"planId": "pro"
}
| Field | Type | Notes |
|---|---|---|
credits | number | Main lead-credit balance |
topUpCredits | number | Normal top-up portion |
lookalikeCredits | number | Spendable Lookalike allowance |
lookalikeTopUpCredits | number | Non-expiring Lookalike top-up portion |
planId | string | Plan identifier |