Skip to main content
GET
/
billing
/
paywall-state
Paywall State
curl --request GET \
  --url https://api.ara.so/billing/paywall-state \
  --header 'Authorization: Bearer <token>'
{
  "llm_interaction_count": 0,
  "plan": "free",
  "active_tier": 123,
  "tier_dismissible": true,
  "paywall_onboarding_completed": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Server-driven paywall tier for free users (Pro trial vs Ultra).

llm_interaction_count
integer
default:0
plan
string
default:free
active_tier
integer | null
tier_dismissible
boolean
default:true
paywall_onboarding_completed
boolean
default:false