---
title: "Subscribe webhook"
method: POST
path: "/2023-10/webhook"
---

# Subscribe webhook

`POST /2023-10/webhook`

Scope required: write_webhooks

Rate limit - 5/s

## Request body

- object
  - `topic` 'subscription/created' | 'subscription/paused' | 'subscription/cancelled' | 'subscription/resumed' | 'subscription/reactivated' | 'subscription/expired' | 'subscription/delayed' | 'subscription/rescheduled' | 'subscription/updated' | 'subscription/shippingAddressUpdated' | 'order/upcoming' | 'order/processed' | 'order/partiallyProcessed' | 'order/outOfStock' | 'order/skipped' | 'order/unskipped' | 'order/paymentFailed' | 'paymentMethod/updateRequested' | 'paymentMethod/updated' | 'paymentMethod/expiringSoon' | 'flow/completed' | 'giftSubscription/created' | 'subscription/markedForCancellation' | 'analytics_report/export_completed' | 'analytics_report/export_failed', required — Event topic
  - `address` string, required — Address to which the payload should be sent

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
  - `code` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.dev/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopwork/storefront-api/revisions/1524500daa02/schema)
