Subscriptions
Check subscription status
Checks subscription status across all providers (Apple, FunnelFox, Stripe) and returns the active subscription if found.
post/v1/subscription/check
Response
Subscription status retrieved successfully
Example response
{
"isSubscribed": true,
"source": "apple",
"expirationDate": "2025-02-15T00:00:00.000Z",
"status": "active",
"planName": "premium_monthly"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.