Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://identity.contra.id/v1/webhook-destinations
Return all webhook destinations configured for the current tenant.
curl https://identity.contra.id/v1/webhook-destinations \ -H "x-api-key: $CONTRA_KEY"
{ "destinations": [ { "uuid": "whd_b3f1…", "url": "https://yourapp.com/contra/webhook", "version": "v3", "events": ["session.status_changed", "agent.revoked"], "active": true, "secret_preview": "whsec_…aB12", "created_at": 1748566800 } ] }