Skip to main content
Question

Revcat API v2 Get get a customer endpoint except which id as the customer id ?

  • December 7, 2025
  • 1 reply
  • 12 views

Forum|alt.badge.img

https://api.revenuecat.com/v2/projects/{project_id}/customers/{customer_id}

what is the id this end point is expecting ?

I have a scenario , that i m passing orginalApUserId form my flutter sdk response to fetch the customer via my back end, i m passing something like 

$RCAnonymousID:476441ddabf3406e865d7cc14c8bduuiy

as the customer. but API response give me error response saying no customer found.

 

why?

1 reply

kaitlin
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • December 10, 2025

Hi ​@shameera-anuranga! The customer_id for this endpoint is the same as the app_user_id - the main difference with this endpoint comapred to the V1 GET /subscribers endpoint is that this one will not create a customer if it does not already exist.

I’m surprised you’re getting that response if this user ID does already exist as an original app user id. Are you willing to share the request that you made?