cURL
curl --request GET \ --url https://api.leadmagic.io/v1/credits \ --header 'X-API-Key: <api-key>'
{ "credits": 2200 }
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
2200
Was this page helpful?