Skip to main content
GET

GET - List subscriptions

Returns all webhook subscriptions for the authenticated user.
string
Filter by project UUID
number
default:"50"
Max subscriptions to return
number
default:"0"
Number to skip

POST - Create subscription

Requires a Read + Write API key.
string
Display name for this subscription
string
required
Webhook destination URL (must be HTTPS)
string
required
Project UUID to monitor
string[]
required
Events to subscribe to. Options: content.created, content.status_changed, audit.started, audit.completed, keywords.updated, prompts.updated
The secret is only returned when the subscription is created. Store it securely for signature verification.