Get all metafields for products

Sorry, I meant I need to GRAB that metafield value for each customer in the API.

My original thought - grab customers.json , for each customer in there, grab the id and send another request to Shopify for metafields.json with that user id.

That should work technically, but if there are 40+ customers I’m going to hit the limit quickly.