Outbound Webhooks
List outbound webhooks for an organization
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhooks.
Maximum number of webhooks to return.
20Number of webhooks to skip for pagination.
0Successful response.
No content
Invalid query parameters.
Caller lacks permission on the organization.
Downstream error.
No content
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that will own the webhook.
Human-readable name of the webhook.
HTTPS URL that will receive webhook deliveries.
Webhook created.
No content
Invalid request body (for example, a non-HTTPS URL).
Caller lacks permission on the organization.
Downstream error.
No content
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhook.
The unique ID of the webhook.
Successful response.
No content
Caller lacks permission on the organization.
Webhook not found.
Downstream error.
No content
Delete an outbound webhook
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhook.
The unique ID of the webhook.
Webhook deleted.
No content
Caller lacks permission on the organization.
Webhook not found.
Downstream error.
No content
Update an outbound webhook
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhook.
The unique ID of the webhook.
Human-readable name of the webhook.
HTTPS URL that will receive webhook deliveries.
Webhook updated.
No content
Invalid request body.
Caller lacks permission on the organization.
Webhook not found.
Downstream error.
No content
Activate an outbound webhook
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhook.
The unique ID of the webhook.
Webhook activated.
No content
Caller lacks permission on the organization.
Webhook not found.
Webhook is not linked to a delivery provider.
Provider sync error.
No content
Deactivate an outbound webhook
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the organization that owns the webhook.
The unique ID of the webhook.
Webhook deactivated.
No content
Caller lacks permission on the organization.
Webhook not found.
Webhook is not linked to a delivery provider.
Provider sync error.
No content
Last updated

