curl --request GET \
--url https://api.questra.ai/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'[
{
"id": "<string>",
"org_id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}
]Returns all registered webhook endpoints for the authenticated organization.
curl --request GET \
--url https://api.questra.ai/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'[
{
"id": "<string>",
"org_id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of webhooks
Unique webhook ID
Organization ID this webhook belongs to
The endpoint URL that receives event deliveries
Event types this webhook subscribes to. Empty array means all events.
Whether deliveries are enabled
Optional human-readable label