Fetch customer's subscriptions

Use /customers/:customerId/subscriptions endpoint to fetch customer's subscriptions. This endpoint lists all active and stopped subscriptions, but it doesn't return expired ones.

You can find details about customer subscriptions here, like status, expiration date, price, payment method, or period.

NOTE: This API requires JWT to run. It should be put in the request header. See more in Authorization.

Language
Credentials
Header
Click Try It! to start a request and see the response here!