API REFERENCE

API: webhooks

Canonical routes for webhooks (from ApiRoutes).

Routes

MethodPathAuth / notes
POST/webhooks/inboundSigned webhook (webhooksInbound)
GET/tenants/{tenantId}/webhooksBearer Cognito access token (webhooksList)
POST/tenants/{tenantId}/webhooksBearer Cognito access token (webhooksCreate)
POST/tenants/{tenantId}/webhooks/{webhookId}/testBearer Cognito access token (webhookTest)
POST/tenants/{tenantId}/webhooks/{webhookId}/rotate-secretBearer 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.