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

The Recordings API from Whereby — 4 operation(s) for recordings.

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

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

This API exposes 5 operations across 4 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.

5 operations 4 paths 0 schemas 1 DELETE3 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 Recordings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Recordings 5
GET
/recordings
List recordings
listRecordings → 200
GET
/recordings/{recordingId}
Retrieve a recording
getRecording 1 param → 200
DELETE
/recordings/{recordingId}
Delete a recording
deleteRecording 1 param → 204
GET
/recordings/{recordingId}/access-link
Get an access link for a recording
getRecordingAccessLink 1 param → 200
POST
/recordings/bulk-delete
Bulk delete recordings
bulkDeleteRecordings body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whereby-recordings-api-openapi.yml Raw ↑

Other APIs Whereby publishes across the network.

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