---
title: "List your webhook subscriptions"
method: GET
path: "/webhooks/subscriptions"
tags: ["webhooks"]
---

# List your webhook subscriptions

`GET /webhooks/subscriptions`

## Headers

- `Authorization` string, required

## Response `200`

A list of subscriptions.

- SubscriptionList
  - `data` Subscription[], required
    - `subscription_id` string, uuid, required
    - `url` string, uri, required
    - `event_types` string[], required
    - `description` string
    - `created_at` string, date-time, required

## Other responses

- `401` — Missing or invalid token.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/andel/apis/data-exchange-api.md) · [All operations](https://skmtc.dev/andel/apis/data-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/andel/data-exchange-api/revisions/a249ede79c75/schema)
