cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
Get webhook configuration details
A valid request URL is required to generate request examples
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Webhook details
Was this page helpful?