Create a webhook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
url
Webhook endpoint URL
enabled_events
Array of event types to subscribe to, or [”*”] for all events
secret
Secret for webhook signature verification
include
Comma-delimited list of associations to include in webhook payloads. Omit or set to ”*” for all. Use “identifiers” to receive only top-level scalar fields (id, external_id, name, status, etc.) with no associations.
oidc_client_id
OIDC client ID
oidc_token_endpoint
OIDC token endpoint URL
oidc_resource_uri
OIDC resource URI
oidc_access_token_ttl_seconds
OIDC access token TTL in seconds
Response
webhook created with wildcard events
Errors
422
Post V1webhooks Request Unprocessable Entity Error