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.
Successful credits retrieval
The response is of type object.
object
Was this page helpful?