---
title: "Retrieve subscription secret key"
method: GET
path: "/subscriptions/{id}/secret-key"
tags: ["subscriptions"]
---

# Retrieve subscription secret key

`GET /subscriptions/{id}/secret-key`

Retrieves the last secret key for webhook subscription.

## Response `200`

Subscription secret key.

- SecretKeyPayload
  - `secretKey` string

## Other responses

- `403` — No permission to retrieve secret key for webhook subscription.
- `404` — Subscription not found.

---

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