---
title: "GET /mr-api/webhooks/{envId}/{id}"
method: GET
path: "/mr-api/webhooks/{envId}/{id}"
tags: ["WebhookService"]
---

# GET /mr-api/webhooks/{envId}/{id}

`GET /mr-api/webhooks/{envId}/{id}`

Gets a specific webhook to show its details based on whats allowed

## Response `200`

the webhook details

- WebhookDetail — webhook data
  - `whenSent` string, date-time
  - `status` integer, required — The status of the webhook call
  - `method` string, required
  - `sourceSystem` string
  - `deliveredDataCloudEventType` string
  - `cloudEventType` string, required
  - `content` string
  - `url` string — The URL requested, only if Admin
  - `outboundHeaders` object — The headers we set on the outbound call, only if Admin
  - `incomingHeaders` object — The headers that came back, only if Admin
  - `result` string — The body as a string if any, truncated to 1k

## Other responses

- `401` — no permission to anything
- `403` — no permission to any data
- `404` — no such environment

## Changes

> 2 revisions in range; 1 could not be searched.

- **2023-09-24** `b06e5f293bda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/featurehub-io/apis/managementresourceapi/changes/mr-api/webhooks/:envId/:id/get.md)

---

[API](https://skmtc.dev/featurehub-io/apis/managementresourceapi.md) · [All operations](https://skmtc.dev/featurehub-io/apis/managementresourceapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/featurehub-io/managementresourceapi/revisions/faed5fd616c3/schema)
