Zavu Contacts API is one of 21 APIs that Zavu 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, authentication docs, and rate-limit docs.
This API exposes
12 operations
across 8 paths,
and defines 10 schemas.
It is described by OpenAPI 3.0.3, at version 0.2.0.
Requests are made against a single base URL, https://api.zavu.dev.
12 operations8 paths10 schemas3 DELETE3 GET2 PATCH4 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
0.2.0
Base URL
https://api.zavu.dev/v1
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
Zavu Contacts API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 12
Across 8 paths, the API surfaces 12 operations — 3 DELETE, 3 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Contact (15 properties), ContactChannel (12 properties), ContactChannelInput (5 properties), AddChannelRequest (5 properties). Each schema is shown below with its type and property counts.
UpdateChannelRequest
object
Request body to update a channel.
3 properties
ContactChannelInput
object
Input for creating a contact channel.
5 properties2 required
ContactChannelResponse
object
1 property1 required
MergeContactsRequest
object
Request body to merge contacts.
1 property1 required
ContactUpdateRequest
object
2 properties
ContactChannel
object
A communication channel for a contact.
12 properties6 required
Contact
object
15 properties5 required
Error
object
3 properties2 required
ContactCreateRequest
object
Request body to create a contact with channels.
3 properties1 required
AddChannelRequest
object
Request body to add a channel to a contact.
5 properties2 required
Specification
The full machine-readable OpenAPI contract behind this narrative.