Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qminder Lines API

Manage virtual queues within locations

Qminder Lines API is one of 7 APIs that Qminder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Lines. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 9 operations across 6 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.qminder.com.

9 operations 6 paths 0 schemas 1 DELETE2 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.qminder.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qminder Lines API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Qminder-REST-API-Key (sec0). By default, every request must be authenticated.

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 2 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Lines 9

Manage virtual queues within locations

POST
/v1/locations/{id}/lines
Create a line
create-line 2 params body → 201400409
GET
/v1/locations/{id}/lines
Get list of lines
get-list-of-lines 1 param → 200
POST
/v1/lines/{id}
Editing a line
editing-a-line 2 params body → 200
GET
/v1/lines/{id}
Get details of a line
get-details-of-a-line 1 param → 200
DELETE
/v1/lines/{id}
Deletion of a line
deletion 1 param → 200
POST
/v1/lines/{id}/enable
Enabling a line
enabling-a-line 1 param → 200
POST
/v1/lines/{id}/disable
Disabling a line
disabling-a-line 1 param → 200400
POST
/v1/lines/{id}/archive
Archiving a line
archiving-a-line 1 param → 200
POST
/v1/lines/{id}/unarchive
Unarchiving a line
unarchiving-a-line 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qminder-lines-api-openapi.yml Raw ↑

Other APIs Qminder publishes across the network.

Qminder Appointments API
Qminder Input Fields API
Qminder Locations API
Qminder Tickets API
Qminder Users API
Qminder Webhooks API