Hi, I'm a Premiere Free user with access to the API after sucesfuly configuring the IP Restrictions (thanks support for your help!)
Now I'm facing an issue where I copy-paste the food_entries.get.v2 example from the documentation, and the API returns an error code 10 with the message "Unknown method: method 'food_entries.get.v2'"
This is the raw endpoint that I'm fetching (passing a valid access token)
I've also attempted multiple method names such as
- food_entries.get.v3
- food_entries.v3
- food_entries.v2
- food_entries
- food-entries
But none of them seems to work.
Could someone tell me what am I doing wrong?
Thanks