Skip to main content
GET
/
billing
/
subscription
Get current subscription details
curl --request GET \
  --url https://api.mnemom.ai/v1/billing/subscription \
  --header 'Authorization: Bearer <token>'
{
  "subscription": {},
  "plan_id": "<string>",
  "status": "<string>",
  "check_count_this_period": 123
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Subscription details

subscription
object
plan_id
string
status
string
check_count_this_period
integer