/
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 |
---|---|
| The value provided during the webhook configuration creation in Create webhook configuration |
| The payload configured during the webhook configuration creation in Create webhook configuration |
Response
, multiple selections available,
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