---
title: "Check API key"
method: GET
path: "/check-api-key"
tags: ["General"]
---

# Check API key

`GET /check-api-key`

Check whether your API key is working properly.

## Response `200`

GET /check-api-key Positive response

- GetCheckApiKeyPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `environment_id` string, required
    - `customer_id` string, required — **(⚠️ Deprecated)** Renamed to `environment_id`.

## Other responses

- `default` — The standard error response with just the platform error codes.

---

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