Skip to main content

Hi, I'm working on Bubble (nocode) and here's the API call setup I did following the RC doc (https://www.revenuecat.com/docs/api-v1#tag/customers/operation/subscribers) to pass the user id into my app so that it replaces the id that RC provides automatically and randomly.
Is something missing because this is what I think when I initialize. I don't want that, I want the users in my app to use the unique id they get in my app, to use it in RC.

 

Is something missing because this is what I think when I initialize.

Hi, can you expand on this? Do you mean you don’t want the return message? When you hit that endpoint, it will create the App User ID in our system and return a response.

(Also, you should probably use a public API key for this, and rotate your secret key because it’s visible in this post.)