Create webhook
Webhooks
Create webhook
Creates a webhook endpoint for the organization.
POST
Create webhook
Authorizations
Organization API key using Authorization: Bearer sk_....
Body
application/json
Request body for creating a webhook.
Response
Webhook created
Webhook endpoint configured by the organization.
Unique identifier of the webhook.
Example:
"w_1234567890abcdefghij"
When the webhook was created.
When the webhook was last updated.
Destination URL.
Current webhook status.
Available options:
ENABLED, DISABLED, BROKEN, DELETED Example:
"ENABLED"
Owning organization identifier.
Example:
"org_1234567890abcdefghij"
Optional user-defined description.
Example:
null
Event types currently enabled for this webhook.
When this webhook was deleted, if any.
Example:
null
User who deleted this webhook.
Example:
null