---
title: "Get a Subscription"
method: GET
path: "/api/2.0/app/subscriptions/{id}/"
tags: ["Event Subscriptions"]
---

# Get a Subscription

`GET /api/2.0/app/subscriptions/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- Subscription
  - `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)
