Skip to main content
GET
/
billing
/
features
Get plan feature flags for authenticated user
curl --request GET \
  --url https://api.mnemom.ai/v1/billing/features \
  --header 'Authorization: Bearer <token>'
{
  "plan_id": "<string>",
  "feature_flags": {},
  "limits": {},
  "included_checks": 123,
  "check_count_this_period": 123,
  "subscription_status": "<string>"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Plan features

plan_id
string
feature_flags
object
limits
object
included_checks
integer
check_count_this_period
integer
subscription_status
string