---
title: "Get callback signing secret"
method: GET
path: "/orgs/current/callback-secret"
tags: ["Organizations"]
---

# Get callback signing secret

`GET /orgs/current/callback-secret`

Returns the org's stable secret for verifying signed per-job callbacks (jobs submitted with callback.verify=true). Generated on first fetch, then stable until rotated. Verify a signed callback with the SDK's verifyWebhook(rawBody, headers, secret) — the scheme is identical.

## Response `200`

Callback signing secret

- object
  - `data` object, required
    - `secret` string, required — Callback signing secret (cbsec_…). Verify signed callbacks with it.

## Other responses

- `401` — Unauthorized

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `getCallbackSecret` was added
- **2026-07-26** `ad4351c79853` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/current/callback-secret/get.md)

---

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