Skip to main content

Providing an external ID

You can provide an external ID of your choosing in the external_id property of the API request. This can be any string up to 50 characters long.

For example, if the person has a Customer ID of 123456 in your application, then you can send it like so:

{
"probe_id": "ctwCYFyAUteNpsBgAw7xYL",
"email": "[email protected]",
"name": "Dan Gerous",
"ip": "204.158.96.40",
"external_id": "123456"
"secret_key": "3748eaee-7408-4fee-9e42-4d5d94e5f2e9"
}
info

A string is expected but an integer is accepted and will be converted to a string.