---
title: "Get Federation Webhook Endpoint"
method: GET
path: "/federations/{federation_id}/webhooks/{endpoint_id}"
tags: ["Federation Webhook Management"]
---

# Get Federation Webhook Endpoint

`GET /federations/{federation_id}/webhooks/{endpoint_id}`

## Path parameters

- `federation_id` string, uuid, required
- `endpoint_id` string, required

## Response `200`

Successful Response

- EndpointOut
  - `channels` Channel[], nullable — List of message channels this endpoint listens to (omit for all)
  - `created_at` string, date-time, required
  - `description` string, required — An example endpoint name
  - `disabled` boolean, nullable
  - `filter_types` FilterType[], nullable
  - `id` string, required — The ep's ID
  - `metadata` object, required
  - `rate_limit` integer, nullable
  - `uid` string, nullable — Optional unique identifier for the endpoint
  - `updated_at` string, date-time, required
  - `url` string, uri, required
  - `version` integer, required

## Other responses

- `422` — Validation Error

---

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