Hello @ogmic ,
Thanks for contacting us. Hope you are doing well.
We have explained the required settings the users need to keep. Furthermore, we have also given instructions on using endpoints.
Here are the links to our documentation:
Mycred Rest API Settings
Mycred Rest API Endpoints
Let me know if you have any questions. We will help you out.
Thanks & Regards,
WP Experts Support Team.
Hello @ogmic ,
Sorry for the inconvenience.
The values are saved in wp_usermeta table. Each user on your website has their own balance. This balance is stored as a custom user meta, just like any other user detail in WordPress. This also means that if you backup your wp_usermeta table in your database, you are also backing up your users balances. The manner in which you are trying to retrieve user data it cannot be done using our plugin as we do not have support for that. You will have to save the data in usermeta table.
See the screenshot below for reference.
Screenshot
Let me know if you have any questions.
Thanks