Skip to main content
Question

API for Activities, History

  • September 4, 2025
  • 1 reply
  • 37 views

Forum|alt.badge.img

I was wondering if there is any chance to add a add an endpoint to get the list of all payments (i.e. activities) of a customer? Currently, it’s shown in the dashboard under Customer History box.

Checking on the Network tab of my browser, it seems like the data is coming from api.revenuecat.com/internal/v1/developers/me/projects/:project_id/subscribers/:customer_id/activity which is an internal endpoint. So, the data and the formatting is there–It’s just a matter of exposing it as the external API.

  1. Is there any chance that it will happen anytime soon?
     
  2. Is this against the rules and Terms of Service to call that internal endpoint programmatically (and occasionally) to get the data for our own internal dashboard?

Thanks,

This post has been closed for comments

1 reply

chris_perriam
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • September 8, 2025

@huzeyfe-4a75aa while we don’t permit our internal APIs to be used in this way, I believe you should be able to source this information from our v2 REST API.

Here are specific API resources I’d recommend using for your use-case: