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