Export a Webhook
GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/export
The Export a Webhook request exports an existing webhook. The exported webhook data is saved in a downloadable JSON file. The exported file won’t get downloaded automatically. To download the exported file, a REST API client, such as Qodex can be used.
To configure the permissions for your application via OAuth, please include the cm.webhooks:export scope.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.
Read more about it in Authentication.
For more information, refer to the Export a Webhook API Reference document
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string | Enter "multipart/form-data" to pass form-data params. |