---
title: "Get Org Signing Key Status"
method: GET
path: "/api/v1/signing-keys"
tags: ["Signing Keys"]
deprecated: true
---

# Get Org Signing Key Status

`GET /api/v1/signing-keys`

> **Deprecated.**

## Response `200`

Successful Response

- SigningKeyStatusResponse
  - `configured` boolean, required — Whether the caller's organization has a signing key configured
  - `created_at` string, date-time, nullable, required — When the key was created (or last rotated), if configured

## Other responses

- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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