cURL
curl --request POST \ --url https://api.leadmagic.io/credits \ --header 'X-API-Key: <api-key>'
{ "credits": 420333.25 }
Check available credits for the authenticated user.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Successful credits retrieval
420333.25
Was this page helpful?