---
title: "Get session key status"
method: GET
path: "/v1/auth/session-key-status"
tags: ["Authentication"]
---

# Get session key status

`GET /v1/auth/session-key-status`

Check the status of a signer (session key) for an account. Returns whether the signer exists, is active, or has been revoked.

## Query parameters

- `account` string
- `signer` string

## Response `200`

A successful response.

- ApiGetSessionKeyStatusResponse
  - `status` integer — Status of the session key: 0=NotExist, 1=Active, 2=Revoked
  - `status_description` string — Human-readable status description

## Other responses

- `default` — An unexpected error response.

---

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