/
Request with Access Token
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 |
---|---|
| The value provided during the webhook configuration creation in Create webhook configuration |
| Access token received from the external system in the authorization request. |
| The payload configured during the webhook configuration creation in Create webhook configuration |
Response
, multiple selections available,
Related content
Authorization request
Authorization request
More like this
Widgets
Widgets
Read with this
Request without Access Token
Request without Access Token
More like this
Create webhook configuration
Create webhook configuration
More like this
List webhook configurations
List webhook configurations
More like this
Webhook configuration object
Webhook configuration object
More like this