Get details for a specific webhook.
curl --request GET \
--url https://api.example.com/api/v1/webhooks/{webhook_id}{
"id": "<string>",
"account_id": "<string>",
"url": "<string>",
"collection": "<string>",
"events": [
"<string>"
],
"filter": "<string>",
"enabled": true,
"headers": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}Successful Response
Webhook details response (secret NOT included).
curl --request GET \
--url https://api.example.com/api/v1/webhooks/{webhook_id}{
"id": "<string>",
"account_id": "<string>",
"url": "<string>",
"collection": "<string>",
"events": [
"<string>"
],
"filter": "<string>",
"enabled": true,
"headers": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}