post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//webhooks/outgoing/endpoints
Add a new webhook endpoint to a workspace
Log in to see full request history
Responses
Add a new webhook endpoint to a workspace
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/webhooks/outgoing/endpoints \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
16{
"id": 5,
"public_id": "bDVuTz",
"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.524Z",
"updated_at": "2025-02-05T12:41:14.524Z",
"page_ids": [],
"funnel_ids": []
}