---
title: "Verify Api Key"
method: GET
path: "/auth/verify"
tags: ["api-keys"]
---

# Verify Api Key

`GET /auth/verify`

Verify an API key and check spend limits.
Returns user info and spend status.

## Response `200`

Successful Response

- VerifyResponse
  - `spend_status` string
  - `user` object, nullable
  - `valid` boolean, required
  - `workspace` object, nullable

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
