---
title: "Get a webhook destination endpoint by id"
method: GET
path: "/webhooks/endpoints/{endpointId}"
tags: ["Webhooks"]
---

# Get a webhook destination endpoint by id

`GET /webhooks/endpoints/{endpointId}`

This operation retrieves a specific destination endpoint for webhooks events by id.

## Path parameters

- `endpointId` string, required — The id of a webhook destination endpoint

## Response `200`

ok

- object
  - `endpoint` WebhookDestinationEndpoint, required
    - `createdAt` string, date-time, required — The date the destination endpoint was created
    - `id` string, required — The id of a webhook destination endpoint
    - `name` string — The name of the webhook destination endpoint
    - `object` string, required — String representing the object's type
    - `signingSecrets` WebhookSigningSecret[], required
      - `id` string, required — The ID of the signing secret
      - `value` string, required — The signing secret
    - `status` string, required — The status of the webhook destination endpoint
    - `url` string, url, required — The URL of the webhook destination endpoint

## Other responses

- `400` — bad request
- `404` — not found
- `500` — unexpected error

---

[API](https://skmtc.net/sprucehealth/apis/spruce-health-api.md) · [All operations](https://skmtc.net/sprucehealth/apis/spruce-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprucehealth/spruce-health-api/revisions/988e298cd9fd/schema)
