Skip to content
Nikola Begedin edited this page Nov 10, 2015 · 3 revisions

GET /compatibility

  • Responds with true or false, depending if the specified app version is compatible with the current version of the API
  • This endpoint is used to verify if the phone app requires an update or not.
GET /compatibility?version=<app_version>`
// possible responses

//either
{
  compatible: true
}

//or
{
  compatible: false
}
Clone this wiki locally