latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

User APIs
auth

Get 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).

get/api/v1/auth/suspension-status

Response

Successful Response

is_suspendedboolean required

True if the current user's client has any suspended plan.