/
Request without Access Token

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 Create webhook configuration

<webhook_payload_json>

The payload configured during the webhook configuration creation in Create webhook configuration

Response

See How to respond to webhook requests?

Related content

Request with Access Token
Request with Access Token
More like this
Authorization request
Authorization request
More like this
Create webhook configuration
Create webhook configuration
More like this
Webhook configuration object
Webhook configuration object
More like this
List webhook configurations
List webhook configurations
More like this
Webhook requests from doo to the external system
Webhook requests from doo to the external system
More like this