---
title: "Check if authenticated user is subscribed to partner webhooks"
method: GET
path: "/api/v1/webhooks/subscription/{partnerId}"
tags: ["Webhooks"]
---

# Check if authenticated user is subscribed to partner webhooks

`GET /api/v1/webhooks/subscription/{partnerId}`

Allows the authenticated user to check if they are subscribed to a partner's webhook notifications.

## Path parameters

- `partnerId` string, required

## Response `200`

Subscription status retrieved successfully

- object
  - `subscribed` boolean — Whether the authenticated user is subscribed to the partner's webhooks
  - `subscriptionId` string, nullable — ID of the subscription if it exists

## Other responses

- `401` — Authentication required
- `404` — Partner not found
- `500` — Internal Server Error

---

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