Skip to main content

Hi,

I am trying to get subscriptions associated to a customer_id calling https://api.revenuecat.com/v2/projects/{project_id}/customers/{customer_id}/subscriptions but none found even though I know customer has one subscription associated.

I've double checked that my api_key is the correct one and also project_id and customer_id are correct values. Postman returning 200 but no subscription appears in itemsm]

Thanks

That endpoint currently only returns RC Billing purchases. I would suggest using our v1 /subscribers endpoint to get that information (v1 is safe, it won’t be deprecated).