curl --request GET \
--url https://api.questra.ai/webhooks/{id} \
--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 a single webhook by ID.
curl --request GET \
--url https://api.questra.ai/webhooks/{id} \
--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.
Webhook found
A registered webhook endpoint
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