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 Phone & Calls API

VoIP call records, recordings, voicemails, and call queues.

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

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

This API exposes 7 operations across 7 paths, and defines 5 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.

7 operations 7 paths 5 schemas 7 GET

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 Phone & Calls 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 7

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

Phone & Calls 7

VoIP call records, recordings, voicemails, and call queues.

GET
/v1/call-records
List call records
listCallRecords 2 params → 200401
GET
/v1/call-recordings
List call recordings
listCallRecordings 1 param → 200401
GET
/v1/call-recording/signed-url
Get a call recording signed URL
getCallRecordingSignedUrl 2 params → 200401404
GET
/v1/voicemail-messages
List voicemail messages
listVoicemailMessages 1 param → 200401
GET
/v1/call-queues
List call queues
listCallQueues 1 param → 200401
GET
/v1/call-queues/metrics
Get call queue metrics
getCallQueueMetrics 1 param → 200401
GET
/v1/department/phone-numbers
List department phone numbers
listDepartmentPhoneNumbers 1 param → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CallRecord (7 properties), Voicemail (5 properties), CallRecording (4 properties), PhoneNumber (3 properties). Each schema is shown below with its type and property counts.

PhoneNumber
object
3 properties
CallRecord
object
7 properties
CallRecording
object
4 properties
Error
object
1 property
Voicemail
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weave-hq-phone-calls-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 Reviews API
Weave Scheduling API