---
title: "List Webhook Subscriptions"
method: GET
path: "/webhook_subscriptions"
tags: ["webhook subscriptions"]
---

# List Webhook Subscriptions

`GET /webhook_subscriptions`

Returns a list of Webhook Subscriptions

## Query parameters

- `limit` integer
- `lastEvaluated` string
- `orderBy` string

## Response `200`

An object containing a list of Webhook Subscriptions and a relative link to the next page of results if available.

- object
  - `webhookSubscriptions` object[]
    - `subscriberId` string, uuid — Your user ID within Okendo.
    - `webhookSubscriptionId` string, uuid
    - `endpointUrl` string, uri — The URL that the webhook event will be sent to
    - `version` '2025-02-01' — Webhook event version
    - `subscriptions` object[]
      - `resourceType` 'review' | 'loyalty_adjustment_transaction' | 'loyalty_customer' | 'loyalty_earning_transaction' | 'loyalty_redemption_transaction' — The webhook resource type
      - `topic` 'create' | 'update' | 'delete' — The topic of the webhook
    - `isEnabled` boolean
    - `dateCreated` string, date-time
    - `dateModified` string, date-time
  - `nextUrl` string, uri

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication credentials are missing or incorrect.
- `403` — The requested resource is forbidden.

---

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