---
title: "Check API Key"
method: POST
path: "/api/check"
tags: ["Other"]
---

# Check API Key

`POST /api/check`

Validate that your API key is working correctly. Useful for integration testing (e.g., Zapier connection setup).

## Response `200`

API key is valid

- object
  - `success` boolean

## Other responses

- `401` — Missing or invalid API key

---

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