Unless you activate your location, you'll not able to access any of the Menu or Order API. This is the very first API call that you need to make after you've successfully generated your access token and got the location details.

Example Response
After a successful call, the API will return a response similar to the below structure.

{
    "message": "Location authorized successfully."
}
Language
Click Try It! to start a request and see the response here!