POST
/
credits
curl --request POST \
  --url https://api.leadmagic.io/credits \
  --header 'X-API-Key: <api-key>'
{
  "credits": 420333.25
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Successful credits retrieval

The response is of type object.