Skip to main content
POST
/
billing
/
reactivate
Reactivate a subscription scheduled for cancellation
curl --request POST \
  --url https://api.mnemom.ai/v1/billing/reactivate \
  --header 'Authorization: Bearer <token>'
{
  "reactivated": true,
  "cancel_at_period_end": true,
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Reactivation confirmed

reactivated
boolean
cancel_at_period_end
boolean
status
string