Audit Stripe subscriptions GuideLab does not track
Reports live Stripe subscriptions for a lab organization's customer that have no local subscription row. Bounded to one indexed customer lookup and one subscription page. Platform admin access required.
Reports live Stripe subscriptions for a lab organization's customer that have no local subscription row. Bounded to one indexed customer lookup and one subscription page. Platform admin access required.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Response Body
application/json
curl -X GET "https://example.com/admin/organizations/550e8400-e29b-41d4-a716-446655440000/subscription/provider-audit"{ "stripeCustomerId": "string", "truncated": true, "untracked": [ { "stripeSubscriptionId": "string", "status": "string", "plan": "string", "billingInterval": "string", "billingCurrency": "string", "trialEnd": "string", "currentPeriodEnd": "string", "adoptable": true } ]}Anonymize (GDPR-erase) a user POST
Scrub a user's PII and revoke all access while retaining their records — orders, invoices, files, and messages reference the user and cannot be deleted. Platform admin access required.
Clear admin viewing organization DELETE
Remove the admin viewing organization cookie, returning to the admin's own context. Platform admin access required.