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

isSubscribedboolean required

Whether user has an active subscription

source'apple' | 'stripe' | 'funnelfox' | 'unlimit' | 'upgate'

Subscription source/provider

expirationDatestring date-time

Subscription expiration date

statusstring

Subscription status

cancelAtPeriodEndboolean

Whether subscription will be cancelled at period end

planNamestring

Name of the subscription plan

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.