Skip to main content
POST
Create a new webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Body

application/json
url
string
required

Webhook endpoint URL

Example:

"https://example.com/webhooks"

events
enum<string>[]
required

Events to subscribe to

Available options:
organization.created,
organization.updated,
organization.deleted,
member.added,
member.removed,
member.role_updated,
invite.created,
invite.accepted,
invite.cancelled,
oauth_app.created,
oauth_app.revoked,
webhook.created
Example:

Response

Webhook created successfully. Returns webhook configuration with signing secret.