---
title: "Get Callback Subscriptions"
method: GET
path: "/subscriptions"
tags: ["Callbacks"]
---

# Get Callback Subscriptions

`GET /subscriptions`

Fetch information about currently subscribed callback events.

## Response `200`

Ok

- object
  - `subscriptions` object[], required
    - `id` string, uuid, required
    - `eventType` string, required — event name (see individual callback subscription endpoints for details)
    - `callbackUrl` string, required — callback url to which we send the callback in case an event is triggered
  - `callbacksEnabled` boolean, required — Indicates whether callbacks are enabled for the partner

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
