---
title: "Get secret information"
method: GET
path: "/subscriptions/{id}/secret"
tags: ["Subscriptions & Webhooks"]
---

# Get secret information

`GET /subscriptions/{id}/secret`

## Path parameters

- `id` integer, required

## Response `200`

Successfully fetched secret

- object
  - `secret` string, required

## Other responses

- `401` — Invalid token
- `404` — Could not find the specified subscription.

---

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