Webhooks
Execute a webhook
Execute a webhook
post/webhook/webhooks/{id}/execute/{serviceId}
Path parameters
idstring required
JWT Webhook token that represents the unifiedApi and applicationId associated to the event source.
serviceIdstring required
Service provider ID.
Request body
Response
Execute 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"
}