---
title: "Execute a webhook"
method: POST
path: "/webhook/webhooks/{id}/execute/{serviceId}"
tags: ["Webhooks"]
---

# Execute a webhook

`POST /webhook/webhooks/{id}/execute/{serviceId}`

Execute a webhook

## Path parameters

- `id` string, required
- `serviceId` string, required

## Request body

- union
  - ExecuteWebhookEventRequest
  - object[]

## Response `200`

Execute Webhook

- ExecuteWebhookResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` object, required
    - `timestamp` string — ISO Datetime webhook event was received
    - `request_id` string — UUID of the request received
  - `request_id` string — UUID of the request received
  - `timestamp` string — ISO Datetime webhook event was received

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — The specified resource was not found
- `422` — Unprocessable
- `default` — Unexpected error

---

[API](https://skmtc.net/apideck-libraries/apis/webhook-api.md) · [All operations](https://skmtc.net/apideck-libraries/apis/webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apideck-libraries/webhook-api/versions/d4b6f36bd716/schema)
