cURL
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
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.
Your API key. Sent in the X-API-Key header.
X-API-Key
OK
The response is of type integer<int64>.
integer<int64>