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>"
}
'123This 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.
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