---
title: "List webhook subscriptions for a Flow App"
method: GET
path: "/flow/apps/{appId}/subscriptions"
tags: ["Flow Webhooks"]
---

# List webhook subscriptions for a Flow App

`GET /flow/apps/{appId}/subscriptions`

## Path parameters

- `appId` string, required

## Response `200`

Subscriptions list

- object
  - `data` WebhookSubscription[], required
    - `subscriptionId` string, required
    - `appId` string, required
    - `eventType` string, required
    - `targetUrl` string, uri, required
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized (RFC 7807)
- `404` — Not found (RFC 7807)

---

[API](https://skmtc.net/overledger/apis/overledger-server.md) · [All operations](https://skmtc.net/overledger/apis/overledger-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/overledger/overledger-server/revisions/dd31e0a52064/schema)
