GET
/
v1
/
credits
Check Credits
curl --request GET \
  --url https://api.leadmagic.io/v1/credits \
  --header 'X-API-Key: <api-key>'
{
  "credits": 2200
}

Authorizations

X-API-Key
string
header
required

Response

Successful credits retrieval

The response is of type object.