get https://sandbox-api.itsacheckmate.com/api/v2/activate
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.
Log in to see full request history
Example Response
After a successful call, the API will return a response similar to the below structure.
{
"message": "Location authorized successfully."
}
Responses