---
title: "Retrieve a subscription"
method: GET
path: "/api/v1/hooks/subscriptions/{subscription_id}/"
tags: ["webhooks"]
---

# Retrieve a subscription

`GET /api/v1/hooks/subscriptions/{subscription_id}/`

Get a single subscription

## Path parameters

- `subscription_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Retrieved

- SubscriptionDetail
  - `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/5c53371c41a0/schema)
