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

# Get allowance status

`GET /v1/auth/allowance`

Get the current OperatorHub allowance status for the authenticated account. Requires JWT authentication.

## Response `200`

A successful response.

- ApiGetAllowanceResponse
  - `operator` string — OperatorHub address
  - `allowance_expiry` integer — Unix timestamp when allowance expires
  - `status` string — Allowance status: active, expired, or 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/revisions/194af8339c0d/schema)
