Skip to main content

User subscription details

GET /v0/users/me/subscription

Get subscription details for the authenticated user.

Responses

End user subscription details

Schema
  • epidemicSound object required
  • hasActiveSubscription boolean required

    is true if the user has an active subscription and false if the user has no active subscription.

  • subscriptionExpiresAt date-time nullable required

    if the subscription has been canceled, but is not yet expired, this will return the expiry datetime. In all other cases this will be null.

Loading...