---
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

---

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