---
title: "POST /mr-api/webhooks"
method: POST
path: "/mr-api/webhooks"
tags: ["WebhookService"]
---

# POST /mr-api/webhooks

`POST /mr-api/webhooks`

Send a ping webhook to see if everything is working

## Request body

- WebhookCheck
  - `messageType` string, required
  - `envId` string, uuid, required
  - `config` object, required — Any configuration to pass to the check, e.g. webhook.feature.url, headers, etc - this ensures the updates get to the destination and are used. They get merged info the envInfo, replacing anything there

## Response `204`

the webhook type details

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