Skip to main content
Question

API v2 fetch_token

  • 21 May 2024
  • 1 reply
  • 31 views

Hi. I'm still evaluating whether to use RevenueCat. I have a use case where I verify the subscription status of some user in my server. The REST API v2 docs mention fetch_token in the param. Is that required or is app_user_id sufficient on its own? It says fetch_token is the app store receipt file for iOS in API v1 docs but how do I get that in flutter SDK? Thanks!

This post has been closed for comments

1 reply

Userlevel 2
Badge +4

Hi @claire-8fc1a6! If you’re just checking the subscription status of an existing customer, you can use the GET subscribers endpoint in our v1 API. This only requires the app_user_id of your customer.