---
title: "Get a webhook event"
method: GET
path: "/open-api/v1.0/webhook-events/{webhookEventId}"
tags: ["Webhooks"]
---

# Get a webhook event

`GET /open-api/v1.0/webhook-events/{webhookEventId}`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Get a single webhook event by ID

## Path parameters

- `webhookEventId` string, required

## Response `200`

OK

- ComFourthwallOpenapiModelWebhookEventV1 — Webhook event
  - `id` string, required — Event ID
  - `type` 'ORDER_PLACED' | 'ORDER_UPDATED' | 'GIFT_PURCHASE' | 'PRODUCT_CREATED' | 'PRODUCT_UPDATED' | 'DONATION' | 'SUBSCRIPTION_PURCHASED' | 'SUBSCRIPTION_EXPIRED' | 'SUBSCRIPTION_CHANGED' | 'NEWSLETTER_SUBSCRIBED' | 'THANK_YOU_SENT' | 'GIFT_DRAW_STARTED' | 'GIFT_DRAW_ENDED' | 'PROMOTION_CREATED' | 'PROMOTION_UPDATED' | 'PROMOTION_STATUS_CHANGED' | 'PLATFORM_APP_DISCONNECTED' | 'MEMBERSHIP_POST_UPSERTED' | 'MEMBERSHIP_SERIES_UPSERTED' | 'MEMBERSHIP_SERIES_DELETED' | 'MEMBERSHIP_TAG_CREATED' | 'MEMBERSHIP_TAG_UPDATED' | 'MEMBERSHIP_TAG_DELETED' | 'MEMBERSHIP_TIER_UPSERTED' | 'MEMBERSHIP_TIER_DELETED' | 'COLLECTION_UPDATED' | 'CART_ABANDONED_1H' | 'CART_ABANDONED_24H' | 'CART_ABANDONED_72H', required — Event type
  - `apiVersion` 'V1', required — API version
  - `createdAt` string, date-time, required — When the event was created
  - `updatedAt` string, date-time, required — When the event was last updated
  - `body` string, required — Event body as JSON string
  - `testMode` boolean, required — Whether this is a test mode event
  - `state` string, required — Event state
  - `error` string — Error message if delivery failed
  - `url` string, required — URL

## Other responses

- `404` — Possible errors: `WEBHOOK_EVENT_NOT_FOUND`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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