---
title: "Check allowance status (public)"
method: GET
path: "/v1/auth/allowance-status"
tags: ["Authentication"]
---

# Check allowance status (public)

`GET /v1/auth/allowance-status`

Check whether an account has an active OperatorHub allowance. Public endpoint — no authentication required. Used by FE to determine whether to show ApproveSingle or Login flow.

## Query parameters

- `account` string

## Response `200`

A successful response.

- ApiGetAllowanceStatusResponse
  - `status` string — Allowance status: active, expired, or not_approved
  - `allowance_expiry` integer — Unix timestamp when the allowance expires (0 if not approved)

## 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/versions/194af8339c0d/schema)
