Webhooks
Resolve and Execute a connection webhook
Resolve a webhook based on lookup_id and then execute it
post/webhook/w/{id}/{serviceId}
Path parameters
idstring required
JWT Webhook token that represents the connection lookupId. Signed so we know source came from us
serviceIdstring required
Service provider ID.
Query parameters
estring
The name of downstream event when connector does not supply in body or header
validationTokenstring
Validation token for webhook verification
Request body
Response
Resolve Webhook
Example response
{
"status_code": 200,
"status": "OK",
"data": {
"timestamp": "2021-10-01T08:26:28.039Z",
"request_id": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef"
},
"request_id": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef",
"timestamp": "2021-10-01T08:26:28.039Z"
}