---
title: "Validate API Key"
method: GET
path: "/validate"
tags: ["Authentication"]
---

# Validate API Key

`GET /validate`

## Response `200`

Response with Api key details

- ValidateAPIKeyResponse
  - `name` string, required
  - `expires_at` string, nullable, required
  - `company` string, required
  - `status` string, required

## Other responses

- `401` — No or invalid API key provided to the request
- `500` — Error occurred while validating the API key

---

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