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
Successflag.
Inputs
| Name | Type | Description |
|---|---|---|
| Recharge Access Token | String (sensitive) | Recharge API Access Token |
| String | Customer Email |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Success |
| Customer Data | Object | Customer Data |
| Subscriptions | Object | Subscriptions List |
Notes
- The
Subscriptionsoutput 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.