# Webhooks
Webhooks send a POST request to the endpoint of your choice when the specific event occurs. The data payload in the same fomat as Object and Media. Read more about Webhooks including the payload sent to the endpoint on the Webhooks documentation page.
# Add Webhook
Your authorization token in the header is required.
Parameter | Required | Type | Description |
---|---|---|---|
event | required | Enum | object.created.draft, object.created.published, object.edited.draft, object.edited.published, object.deleted, media.created, media.edited, media.deleted |
endpoint | required | String | The endpoint that will receive the data |
# Get Webhooks
Get webhooks in your Bucket. Authentication token is required in the header (see Authentication section). Must have admin level access.
# Delete a Webhook
The webhook id and authorization token in the header are required.
← Media Extensions →