v1

latestOpenAPI 3.0.3Apache 2.02026-07-13103980.6 KB
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

ExecuteWebhookEventRequest required
OR
object[] required

Response

Execute Webhook

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

request_idstring

UUID of the request received

timestampstring

ISO Datetime webhook event was received

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"
}