---
title: "Fetch Endpoint"
method: GET
path: "/webhooks/outgoing/endpoints/{id}"
tags: ["Webhooks::Outgoing::Endpoint"]
---

# Fetch Endpoint

`GET /webhooks/outgoing/endpoints/{id}`

Retrieve a webhook endpoint for a workspace

## Path parameters

- `id` string, required

## Response `200`

OK

- WebhooksOutgoingEndpointAttributes — Webhooks
  - `id` integer — Unique identifier for the webhook endpoint
  - `public_id` string, nullable — Unique identifier for the webhook endpoint visible in the UI
  - `workspace_id` integer — Workspace ID
  - `url` string — The URL that ClickFunnels event webhooks will be sent to.
  - `name` string — The custom name for the webhook endpoint.
  - `event_type_ids` unknown
  - `api_version` integer, nullable — The version of the API that the webhook endpoint is using. Only V2 endpoints can currently be created via the API, but V1 endpoints can be created via the UI. They will be visible when listing endpoints.
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at
  - `page_ids` unknown[], nullable — The IDs of the pages that this endpoint is scoped to. Only events triggered from these pages will be sent to this endpoint. Can be null when first created. After an update, it can be null, an empty array or an array of page IDs.
    - unknown
  - `funnel_ids` unknown[], nullable — The IDs of the funnels that this endpoint is scoped to. Only events triggered from these funnels will be sent to this endpoint. Can be null when first created. After an update, it can be null, an empty array or an array of page IDs.
    - unknown

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/versions/ae6313eaa176/schema)
