---
title: "Validate a cloud API key"
method: GET
path: "/auth/validate-api-key"
---

# Validate a cloud API key

`GET /auth/validate-api-key`

## Headers

- `X-ScaleOps-Api-Key` string

## Response `200`

OK

- ValidateApiKeyResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `expired` boolean
  - `expiresAt` string
  - `name` string
  - `subdomain` string
  - `valid` boolean, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/scaleops/apis/scaleops-free-trial.md) · [All operations](https://skmtc.dev/scaleops/apis/scaleops-free-trial/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scaleops/scaleops-free-trial/revisions/eba76d71caac/schema)
