get https://{subdomain}.myclickfunnels.com/api/v2/webhooks/outgoing/endpoints/
Retrieve a webhook endpoint for a workspace
Log in to see full request history
Responses
Retrieve a webhook endpoint for a workspace
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/webhooks/outgoing/endpoints/id \
--header 'accept: application/json'
xxxxxxxxxx
16{
"id": 4,
"public_id": "JbRjLz",
"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-02-05T12:41:14.512Z",
"updated_at": "2025-02-05T12:41:14.512Z",
"page_ids": [],
"funnel_ids": []
}