Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://api.qminder.com/graphql
X-Qminder-REST-API-Key: <API_KEY>
curl \ -X POST \ -H "Content-Type: application/json" \ -H "X-Qminder-REST-API-Key: <Replace this with your API Key>" \ --data '{ "query": "query ListOfLocations { account { locations { name} } }" }' \ https://api.qminder.com/graphql