Ping webhook
POST {{baseUrl}}/config/webhook/:webhookId/ping
This endpoint is used to ping a webhook that was defined to trigger events from the consent building block to an external IT system.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"webhookPing":{"responseStatusCode":"\u003cinteger\u003e","responseStatusStr":"\u003cstring\u003e","status":"\u003cstring\u003e","statusDescription":"\u003cstring\u003e","executionStartTimestamp":"\u003cstring\u003e","executionEndTimestamp":"\u003cstring\u003e"}}