---
title: "List all subscriptions"
method: GET
path: "/api/v1/hooks/subscriptions/"
tags: ["webhooks"]
---

# List all subscriptions

`GET /api/v1/hooks/subscriptions/`

A view of all subscriptions you have created.

## Query parameters

- `is_enabled` boolean
- `workspace_id` string

## Headers

- `Authorization` string, required

## Response `200`

List of subscriptions

- SubscriptionList
  - `results` SubscriptionDetail[], required — List of all subscriptions.
    - `id` string — The ID of the subscription.
    - `event_type` string, required — The name of the event type associated to the subscription.
    - `target_url` string, required — The URL that the subscription will notify when your event type is triggered.
    - `is_enabled` boolean — Whether the subscription is enabled or not.
    - `workspace_id` string, required — The ID of the workspace we will create the subscription in.

## Other responses

- `400` — Error

---

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