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

# Get subscriptions

`GET /v1/subscriptions`

Retrieves a list of subscriptions for the specific event types (registered for the specific company or organisation by the third party application).

## Query parameters

- `status` string
- `event_types` string[]
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Returns list of subscriptions.

## Other responses

- `400` — Bad request
- `500` — Cannot retrieve list of subscriptions due to infrastructure issue Please try after some time. If the problem persists, reach out to Pleo customer support.

---

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