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

Operations related to contacts

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

Tagged areas include Contacts. 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 5 operations across 2 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.

5 operations 2 paths 0 schemas 1 DELETE2 GET1 PATCH1 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 Contacts 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 5

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

Contacts 5

Operations related to contacts

POST
/v1/contacts
Create a contact
createContact_v1 body → 201400401403404409500
GET
/v1/contacts
List contacts
listContacts_v1 4 params → 200400401403404409500
GET
/v1/contacts/{id}
Get a contact by ID
getContactById_v1 1 param → 200400401403404409500
PATCH
/v1/contacts/{id}
Update a contact by ID
updateContactById_v1 1 param body → 200400401403404409500
DELETE
/v1/contacts/{id}
Delete a contact
deleteContact_v1 1 param → 204400401403404409500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quo-contacts-api-openapi.yml Raw ↑

Other APIs Quo publishes across the network.

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