---
title: "API key status"
method: GET
path: "/auth/apikey"
tags: ["auth"]
---

# API key status

`GET /auth/apikey`

Reports whether an API key has been generated. The key itself is
only returned once at creation time (POST), never on subsequent
reads.

## Response `200`

Success

- object
  - `configured` boolean

## Other responses

- `401` — Unauthorized - Login and try again

---

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