Skip to main content

Single API GET request for the current full list of subscribers

  • February 1, 2022
  • 5 replies
  • 1222 views

Forum|alt.badge.img+4

Hi all,

After checking several questions in the community and the API documentation, it is my understanding that https://api.revenuecat.com/v1/subscribers/{app_user_idwill only get the latest purchase information for the single app_user_id provided.

Is there a way to GET all the current purchase and user_id info from the users actually subscribed or in trial at once?

Thanks,
A.

This post has been closed for comments

5 replies

cody
RevenueCat Staff
Forum|alt.badge.img+8
  • RevenueCat Staff
  • February 2, 2022

Hey @Adrian!

We don’t currently have an API endpoint to retrieve all customers that are subscribed (only one user at a time like you mentioned), but you might be able to take advantage of Customer Lists as a workaround in the mean time. By filtering on different attributes (like subscription status) you can export lists of users to take action on.


Forum|alt.badge.img+2
  • New Member
  • March 6, 2023

Hi,

it would be great if it would be possible in the future to get all currently subscribed users with one single API request.


Forum|alt.badge.img+1

revenuecat api is open source? I want implement that feature , I think is an important feature, why we can't get active users with an api request? :( 


manuel-becker
Forum|alt.badge.img+5

@cody Was also wondering if there is a reason why this isn’t possible.

Example: I want to send a transactional email to 140.000 users and instead of requesting the RC API 140.000 times I could simply do a quick check which users are subscribers and mark them in my database.


Forum|alt.badge.img+3

Up, i want to keep the active subscribers on my db, has been the API created yet?