I’m trying to call the Get and Put methods to a product ledger and I keep getting the following error
Product ID is required for product-scoped ledgers
However I’m calling
https://api.particle.io/v1/products/:productIdOrSlug/ledgers/:ledgerName/instances/:scopeValue
From Postman and my server where I set the productIdOrSlug to the product ID (The number in the Product ID column in the Instance, and I tried the full name and id of the product). The Ledger name as detailed and case matched and the scopeValue as Product (and I tried product). And I supplied the Bearer ID as per normal API access.
The API User has full Ledger access at the moment, but thats it.
What other thing do I need to supply?
Thanks.