Skip to main content
POST
Example subscription

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Body

application/json
events
string[]
required

List of events to subscribe to.

Example:
name
string
required

Name for the webhook subscription.

Example:

"name-for-the-webhook-subscription"

url
string
required

The URL where webhook notifications will be sent.

Example:

"https://your-webhook-backend.com"

secret
string

Optional secret used to verify webhooks.

Example:

"optional-secret"

Response

200 - application/json

Webhook message

event
string

user_uploads.removed

Example:

"user_uploads.removed"

name
string

Name for the webhook subscription.

Example:

"name-for-the-webhook-subscription"

data
object