Create a webhook endpoint
POST/api/v1/webhooks/create-endpoint
Creates an endpoint and optionally attempts a subscription when eventTypes is provided. These provider writes are separate and can partially succeed. Reconcile the endpoint and subscriptions before retrying to avoid orphaned endpoints or duplicate deliveries.
Request
Responses
- 200
Endpoint created successfully
Document ID: DOC-IN-webhooks-api-createWebhookEndpoint. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-IN-webhooks-api-createWebhookEndpoint#overview |
| Request | DOC-IN-webhooks-api-createWebhookEndpoint#request |
| Responses | DOC-IN-webhooks-api-createWebhookEndpoint#responses |