We got an access token using the API: https://login.uber.com/oauth/v2/token and it is working fine for our restaurant app. but when fetching the menu it is given the below error:
API: https://api.uber.com/v2/eats/stores/{store_id}/menus
Error : “Client error: GET https://api.uber.com/v2/eats/stores/{store_id}/menus
resulted in a 401 Unauthorized
response:\n{\“code\“:\“unauthorized\“,\“message\“:\“unauthorized\“}\n”
Could you please advise on this?
This was due to store_id was not configured. call uber support and fixed it