---
title: "Create Webhook integration"
method: POST
path: "/integrations/webhooks"
tags: ["webhook-integrations"]
---

# Create Webhook integration

`POST /integrations/webhooks`

Create a new webhook integration

## Query parameters

- `fields` object
  - `webhook-integrations` string — The comma-separated list of fields to return in response for WebhookIntegration resource.

## Response `201`

Successfully created.

## Other responses

- `404` — Relationship not found, or user unauthorized to perform action.
- `422` — Malformed request body (missing attributes, wrong types, etc.).
- `4XX` — Client error.
- `5XX` — Server error.

---

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