---
title: "Get Private Key Status"
method: GET
path: "/api/v1/auth/private-key"
tags: ["Auth"]
---

# Get Private Key Status

`GET /api/v1/auth/private-key`

Check if a user has a private key registered.
Does not return the actual key, only status information.

## Response `200`

Successful Response

- PrivateKeyStatus — Schema for private key status response
  - `has_key` boolean, required
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.net/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/versions/061297d1593b/schema)
