Request without Access Token

This request will be sent to the external system if the OAuth authorization is not configured in the webhook configuration.

Request

curl -L -X POST '<external_endpoint_url>' \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -d '<webhook_payload_json>'

Parameters

Parameter

Description

Parameter

Description

<external_endpoint_url>

The value provided during the webhook configuration creation in https://viovendi.atlassian.net/wiki/spaces/API/pages/2795012134

<webhook_payload_json>

The payload configured during the webhook configuration creation in https://viovendi.atlassian.net/wiki/spaces/API/pages/2795012134

Response

See https://viovendi.atlassian.net/wiki/spaces/API/pages/9077132