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

Acuity Scheduling Appointments API

The Appointments API from Acuity Scheduling — 2 operation(s) for appointments.

Acuity Scheduling Appointments API is one of 5 APIs that Acuity Scheduling 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.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.1.0, at version v1.

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

3 operations 2 paths 0 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://acuityscheduling.com/api/v1
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Acuity Scheduling Appointments API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

  • BasicAuth — HTTP Basic auth using your User ID as username and API Key as password

Paths & Operations 3

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

Appointments 3
GET
/appointments
Get a list of appointments currently scheduled for the authenticated user
POST
/appointments
Create an appointment
PUT
/appointments/{id}
Update appointment details from a whitelist of updatable attributes

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

acuity-scheduling-appointments-api-openapi.yml Raw ↑

Other APIs Acuity Scheduling publishes across the network.

Acuity Scheduling REST API v1
Acuity Scheduling Webhooks
Acuity Scheduling Meta API
Acuity Scheduling Payments API