---
title: "Subscribe to webhook events"
method: POST
path: "/zapier/webhooks/subscribe"
tags: ["Webhooks"]
---

# Subscribe to webhook events

`POST /zapier/webhooks/subscribe`

## Headers

- `X-API-KEY` string, required

## Request body

- object
  - `target_url` string, required — URL to receive webhook notifications
  - `event` string, required — Event type to subscribe to

## Response `200`

subscription created

- object
  - `id` integer, required — Subscription ID
  - `status` string, required — Subscription status

## Other responses

- `401` — unauthorized

---

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