Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

To get list of all locations for the account you can use the locations query:
query ListOfLocations {
  account {
    locations {
      id
      name
      address
    }
  }
}