Request with Access Token

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

Request

curl -L -X POST '<external_endpoint_url>' \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer <access_token>' \ -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

<access_token>

Access token received from the external system in the authorization request.

<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