---
title: "Get webhook endpoint config"
method: GET
path: "/webhook/endpoints/{endpointId}"
tags: ["Webhook Notifications"]
---

# Get webhook endpoint config

`GET /webhook/endpoints/{endpointId}`

Permissions required: **Configure Webhooks**


Get the configuration details for an endpoint.

## Path parameters

- `endpointId` string, uuid, required

## Response `200`

Webhook endpoint

- object
  - `data` WebhookEndpointResponse, required
    - `createdAt` string, date-time, required
    - `description` string
    - `id` string, uuid, required
    - `publicKey` string
    - `updatedAt` string, date-time
    - `url` string, uri, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
