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

Quo Webhooks API

Operations related to webhooks

Quo Webhooks API is one of 9 APIs that Quo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, authentication docs, and a changelog.

This API exposes 7 operations across 6 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

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

7 operations 6 paths 0 schemas 1 DELETE2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.quo.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Quo Webhooks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

Paths & Operations 7

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

Webhooks 7

Operations related to webhooks

GET
/v1/webhooks
Lists all webhooks
listWebhooks_v1 1 param → 200400401403404500
GET
/v1/webhooks/{id}
Get a webhook by ID
getWebhookById_v1 1 param → 200400401403404500
DELETE
/v1/webhooks/{id}
Delete a webhook by ID
deleteWebhookById_v1 1 param → 204400401403404500
POST
/v1/webhooks/messages
Create a new webhook for messages
createMessageWebhook_v1 body → 201400401403404500
POST
/v1/webhooks/calls
Create a new webhook for calls
createCallWebhook_v1 body → 201400401403404500
POST
/v1/webhooks/call-summaries
Create a new webhook for call summaries
createCallSummaryWebhook_v1 body → 201400401403404500
POST
/v1/webhooks/call-transcripts
Create a new webhook for call transcripts
createCallTranscriptWebhook_v1 body → 201400401403404500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quo-webhooks-api-openapi.yml Raw ↑

Other APIs Quo publishes across the network.

Quo Calls API
Quo Contact Custom Fields API
Quo Contacts API
Quo Conversations API
Quo Messages API
Quo Phone Numbers API
Quo Tasks API
Quo Users API