---
title: "GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions"
method: GET
path: "/api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions"
tags: ["Webhooks"]
---

# GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions

`GET /api/v1.0/{appId}/webhooks/{oauthAppId}/subscriptions`

## Path parameters

- `oauthAppId` string, required
- `appId` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- RestApiPaginationResultWebhookSubscription — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` WebhookSubscription[], required — Generic data object.
    - `Id` integer — Webhook subscription identifier
    - `OwnerUserId` integer — Webhook subscription owner user identifier
    - `Version` string — Webhook subscription owner user identifier
    - `EventNames` string[] — Webhook subscription event names
    - `CallbackUrl` string — Callback url. Flipdish system POST messages to this url.
    - `Enabled` boolean — Is webhook subscription enabled.
    - `VerifyToken` string — This is your token which will be in the Header of each POST request from Flipdish with name: X-Verify-Token.

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

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