POST
/
api
/
v2
/
track
Upload IP Data
curl --request POST \
  --url https://api.chargeblast.com/api/v2/track \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "email": "<string>",
  "ip": "<string>"
}'
123

Headers

X-API-Key
string
required

Your API key. Sent in the X-API-Key header.

Body

application/json
email
string
required
ip
string
required

Response

200 - application/json

OK

The response is of type integer.