---
title: "Verify API Key"
method: GET
path: "/api/spreadsheets/verify"
tags: ["Authentication"]
---

# Verify API Key

`GET /api/spreadsheets/verify`

Verifies that your API key is valid and returns information about the authenticated user

## Response `200`

Default Response

- object
  - `success` true, required — Request success status
  - `message` string, required — Success message
  - `webhookSecret` string, required — Per-API-key HMAC-SHA256 secret for verifying webhook signatures. Use this to validate the X-Shortcut-Signature header on incoming webhook requests.

## Other responses

- `401` — Default Response
- `500` — Default Response

---

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