---
title: "List Subscriptions"
method: GET
path: "/api/2.0/app/subscriptions/"
tags: ["Event Subscriptions"]
---

# List Subscriptions

`GET /api/2.0/app/subscriptions/`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedSubscriptionList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Subscription[], required
    - `created_date` string, date-time
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `properties` unknown
    - `resource` string, required — The resource name.
    - `signing_pub_key` string
    - `target` string, uri, required — Target URL where we would send the POST request on new events.

---

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