cURL
curl --request POST \ --url https://api.chargeblast.com/api/v2/track \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "ip": "<string>" }'
123
This is used to upload IP data. Not needed if you are implementing /orders/upload (instead pass IP data there) - only used if you are on a supported integration and want to board with compelling evidence.
OK
The response is of type integer.
integer