Recharge Get Subscriptions By Email

Looks up a Recharge customer by email and returns their subscriptions. Use it to find a subscriber's active subscriptions before showing, updating or cancelling them.

What it does

  • Finds the Recharge customer that matches the given email address.
  • Returns the customer's data and their list of subscriptions.
  • Reports whether the lookup succeeded through the Success flag.

Inputs

NameTypeDescription
Recharge Access TokenString (sensitive)Recharge API Access Token
EmailStringCustomer Email

Outputs

NameTypeDescription
SuccessBooleanSuccess
Customer DataObjectCustomer Data
SubscriptionsObjectSubscriptions List

Notes

  • The Subscriptions output is a list, since a customer can hold more than one subscription.
  • Use the subscription IDs returned here as input to other Recharge actions, such as Cancel Subscription.

API reference