Webhooks
List Webhooks
List all outbound webhooks configured for the account. Signing secrets are never returned in list responses.
Permission: account:manage_integrations (admin+ role)
GET
List webhooks
Authorizations
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Response
Webhook list
Previous
Create WebhookRegister a new outbound webhook endpoint. The response includes the
signing secret; this is the only time the secret is returned in plain
text. Store it securely and use it to verify webhook signatures.
Allowed events: `score.completed`, `subscription.changed`.
**Permission:** `account:manage_integrations` (admin+ role)
Next
List webhooks