v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Webhook Endpoints

Create webhook endpoint

Creates a shared webhook endpoint for a toolkit + OAuth app + project. Returns the webhook URL that the customer registers in their app dashboard. Idempotent — returns existing endpoint if one already exists for this toolkit + client_id + project.

post/api/v3.1/webhook_endpoints

Request body

toolkit_slugstring required

Toolkit identifier (e.g., slack, discord)

client_idstring required

OAuth app client ID — identifies which app this endpoint is for

Response

Existing webhook endpoint returned

idstring required

Webhook endpoint nano ID

toolkit_slugstring required

Toolkit this endpoint is for

client_idstring nullable required

OAuth app client ID

webhook_urlstring required

The webhook URL to register with the provider

dataobject nullable required

Configured fields with secret values masked

created_atstring required

ISO 8601 timestamp