Need to get user data via API

So wp-json/wp/v2/users/<#id> is only going to give you back basic data on that user, which is what I don’t think you are looking for. Where are you storing and editing consumer_key and consumer_secret?

The WordPress Rest API only makes certain pieces of data available out of the box. Sounds like you’d have to extend your REST API to get a hold of your pieces of data you need??

https://developer.wordpress.org/rest-api/extending-the-rest-api/.

After a little searching it looks like you might be in the WooCommerce world, so maybe this might help? And there is a link at the end of that how-to article to test those end points. Hope this helps!!

https://docs.woocommerce.com/document/woocommerce-rest-api/