Webhooks::Outgoing::Endpoint
Fetch Endpoint
Retrieve a webhook endpoint for a workspace
get/webhooks/outgoing/endpoints/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "RcHPAt",
"workspace_id": 42000,
"url": "https://example.com/some-endpoint-url",
"name": "Example Endpoint",
"event_type_ids": [
"contact.identified",
"one-time-order.completed"
],
"api_version": 2,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"page_ids": [],
"funnel_ids": []
}