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 Appointments API

Manage scheduled appointments

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

Tagged areas include Appointments. 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 6 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.

6 operations 6 paths 0 schemas 1 PATCH5 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 Appointments 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 6

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

Appointments 6

Manage scheduled appointments

POST
/v1/appointments
Create an appointment
create-appointment 1 param body → 201400404409
POST
/v1/appointments/auto-assign
Create an auto-assigning appointment
create-auto-assign-appointment 1 param body → 201400404409
PATCH
/v1/appointments/{ticketId}
Edit an appointment
edit-appointment 2 params body → 200404
POST
/v1/appointments/{ticketId}/cancel
Cancel an appointment
cancel-appointment 2 params → 200400404
POST
/v1/appointments/{ticketId}/checkin
Check in an appointment
checkin-appointment 2 params → 200400404
POST
/v1/appointments/{ticketId}/marknoshow
Mark appointment as no-show
mark-appointment-noshow 2 params → 200400404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qminder-appointments-api-openapi.yml Raw ↑

Other APIs Qminder publishes across the network.

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