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

Query Parameters

api_key
string
required

Body

application/json

Response

200 - application/json

OK

The response is of type integer.