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

Whereby Meetings API

The Meetings API from Whereby — 2 operation(s) for meetings.

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

Tagged areas include Meetings. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, https://api.whereby.dev/v1.

4 operations 2 paths 0 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.whereby.dev/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Whereby Meetings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Meetings 4
GET
/meetings
List meetings
listMeetings → 200
POST
/meetings
Create a meeting
createMeeting body → 201
GET
/meetings/{meetingId}
Retrieve a meeting
getMeeting 1 param → 200
DELETE
/meetings/{meetingId}
Delete a meeting
deleteMeeting 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whereby-meetings-api-openapi.yml Raw ↑

Other APIs Whereby publishes across the network.

Whereby REST API
Whereby Webhooks
Whereby Insights API
Whereby Recordings API
Whereby Rooms API
Whereby Summaries API
Whereby Transcriptions API