Does anyone have an a response example on the format the information is sent back for a RestHook subscription?
Hi @Arthur_Barlow, here is an example response for the contact.add
REST hook event.
{
"event_key": "contact.add",
"object_type": "contact",
"object_keys": [
{
"apiUrl": "",
"id": 6759,
"timestamp": "2018-08-08T16:39:03Z"
}
],
"api_url": ""
}