API REFERENCE
API: webhooks
Canonical routes for webhooks (from ApiRoutes).
Routes
| Method | Path | Auth / notes |
|---|---|---|
| POST | /webhooks/inbound | Signed webhook (webhooksInbound) |
| GET | /tenants/{tenantId}/webhooks | Bearer Cognito access token (webhooksList) |
| POST | /tenants/{tenantId}/webhooks | Bearer Cognito access token (webhooksCreate) |
| POST | /tenants/{tenantId}/webhooks/{webhookId}/test | Bearer Cognito access token (webhookTest) |
| POST | /tenants/{tenantId}/webhooks/{webhookId}/rotate-secret | Bearer Cognito access token (webhookRotateSecret) |
Example
POST https://api.startupcore.com/webhooks/inbound
Errors
401 UNAUTHORIZED, 403 FORBIDDEN, 403 FEATURE_NOT_ENTITLED, 404 NOT_FOUND, 400 VALIDATION_ERROR.