---
title: "Endpoint to retrieve all owned subscriptions."
method: GET
path: "/webhook/management/v1"
tags: ["Endpoints"]
---

# Endpoint to retrieve all owned subscriptions.

`GET /webhook/management/v1`

Retrieves all subscriptions created and owned by the client identified by the JWT token.

## Headers

- `Authorization` string, required

## Response `200`

Array of subscriptions

- SubscriptionDto[] — Array of subscriptions.
  - `id` string — ID of the subscription.
  - `url` string, url — HTTP URL to execute the webhook call with the POST method.
  - `event_type` string — Type of the event to process by calling the API endpoint.
  - `secret` string — Parameter given by the client to sign their payloads. Recommended to be unique for each URL.

## Other responses

- `403` — Bad request due to corrupt or invalid authentication information.
- `405` — Bad request because the HTTP method is not allowed.
- `406` — Bad request because the server cannot produce a response matching the list of acceptable values.
- `500` — An internal server error occurred while processing the request.

---

[API](https://skmtc.net/ratepay/apis/subscription-webhooks.md) · [All operations](https://skmtc.net/ratepay/apis/subscription-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ratepay/subscription-webhooks/versions/5195c471cb79/schema)
