Skip to main content
POST
/
subscription
/
getStatus
Get subscription status
curl --request POST \
  --url http://api.superwize.ai/api/subscription/getStatus \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "tier": "FREE",
  "isActive": true,
  "expiresAt": "2026-01-31T00:00:00.000Z",
  "productId": "obj_01JHKZ0PV2WX123456789",
  "updatedAt": "2026-01-01T00:00:00.000Z"
}

Body

application/json

The body is of type any.

Response

Subscription status returned.

tier
enum<string>
required
Available options:
FREE,
PRO
isActive
boolean
required
expiresAt
string | null
required
productId
string | null
required
updatedAt
string
required