---
title: "Get Suspension Status"
method: GET
path: "/api/v1/auth/suspension-status"
tags: ["User APIs", "auth"]
---

# Get Suspension Status

`GET /api/v1/auth/suspension-status`

Check if the current user's client is suspended.

Call this on first app load so the frontend can show a suspended state
without waiting for a 403 on other APIs. This endpoint is not blocked
for suspended users (unlike protected user APIs).

## Response `200`

Successful Response

- SuspensionStatusResponse — Response for suspension status check (e.g. on app first load).
  - `is_suspended` boolean, required — True if the current user's client has any suspended plan.

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
