v1

latestOpenAPI 3.1.02026-07-146079.8 KB

Activate Location

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.

get/api/v2/activate

Headers

Authorizationstring

Access Token received in the Get Access token API.

Response

200

errorstring

Example response

{
  "error": "Authorization verified successfully"
}