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

Weave Scheduling API

Appointments, appointment types, schedules, and calendar events.

Weave Scheduling API is one of 8 APIs that Weave publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Scheduling. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

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

5 operations 5 paths 2 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.weaveconnect.com
Authentication
OAuth 2.0, HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 2

Weave Scheduling API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 access token issued by Weave's OIDC provider. Authorization and token endpoints are served under https://auth.weaveconnect.com/oauth2/default (issuer…
  • bearerAuth — OAuth 2.0 bearer access token passed as Authorization: Bearer ACCESSTOKEN.

Paths & Operations 5

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

Scheduling 5

Appointments, appointment types, schedules, and calendar events.

GET
/api/v2/appointments
List appointments
listAppointments 3 params → 200401
GET
/api/v2/appointment-types
List appointment types
listAppointmentTypes 1 param → 200401
GET
/v3/schedules
List schedules
listSchedules 1 param → 200401
GET
/v3/calendars/events
List calendar events
listCalendarEvents 1 param → 200401
POST
/api/v2/booking/email-request
Submit an online booking request
createBookingEmailRequest 1 param body → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Appointment (7 properties), Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property
Appointment
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weave-hq-scheduling-api-openapi.yml Raw ↑

Other APIs Weave publishes across the network.

Weave Contacts API
Weave Events API
Weave Forms API
Weave Messaging API
Weave Payments API
Weave Phone & Calls API
Weave Reviews API