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

Zavu WhatsApp Alternative API

The WhatsApp Alternative API from Zavu — 11 operation(s) for whatsapp alternative.

Zavu WhatsApp Alternative API is one of 21 APIs that Zavu publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include WhatsApp Alternative. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

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

15 operations 11 paths 17 schemas 2 DELETE5 GET8 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 WhatsApp Alternative API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 15

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

WhatsApp Alternative 15
GET
/v1/whatsapp-alt/sessions
List WhatsApp Alternative sessions
listWhatsAppAltSessions 2 params → 200401
POST
/v1/whatsapp-alt/sessions
Create WhatsApp Alternative session
createWhatsAppAltSession body → 201400401
GET
/v1/whatsapp-alt/sessions/{sessionId}
Get WhatsApp Alternative session
getWhatsAppAltSession 1 param → 200401404
DELETE
/v1/whatsapp-alt/sessions/{sessionId}
Delete WhatsApp Alternative session
deleteWhatsAppAltSession 1 param → 204401404
POST
/v1/whatsapp-alt/sessions/{sessionId}/egress
Set session egress
setWhatsAppAltSessionEgress 1 param body → 200400401404
POST
/v1/whatsapp-alt/sessions/{sessionId}/reconnect
Reconnect session
reconnectWhatsAppAltSession 1 param → 202401404
POST
/v1/whatsapp-alt/sessions/{sessionId}/logout
Log out session
logoutWhatsAppAltSession 1 param → 202401404
POST
/v1/whatsapp-alt/sessions/{sessionId}/link
Link session to a sender
linkWhatsAppAltSession 1 param body → 200400401404
POST
/v1/whatsapp-alt/sessions/{sessionId}/unlink
Unlink session from senders
unlinkWhatsAppAltSession 1 param → 200401404
GET
/v1/whatsapp-alt/egress-nodes
List egress nodes
listWhatsAppAltEgressNodes 3 params → 200400401
POST
/v1/whatsapp-alt/egress-nodes
Pair an egress node
createWhatsAppAltEgressNode body → 201400401404
GET
/v1/whatsapp-alt/egress-nodes/{nodeId}
Get egress node
getWhatsAppAltEgressNode 1 param → 200401404
DELETE
/v1/whatsapp-alt/egress-nodes/{nodeId}
Revoke egress node
revokeWhatsAppAltEgressNode 1 param → 204401404
POST
/v1/whatsapp-alt/egress-nodes/{nodeId}/pairing-token
Re-issue egress node pairing token
reissueWhatsAppAltEgressNodeToken 1 param → 200401404
GET
/v1/whatsapp-alt/proxy-status
Managed proxy availability
getWhatsAppAltProxyStatus → 200401

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are WhatsAppAltSession (12 properties), WhatsAppAltEgressNode (9 properties), WhatsAppAltPairing (4 properties), WhatsAppAltEgressInput (3 properties). Each schema is shown below with its type and property counts.

WhatsAppAltEgressKind
string
How a WhatsApp Alternative session reaches WhatsApp. - external: managed Zavu proxy (an in-country mobile/residential IP). Default. - android: a customer-owned…
WhatsAppAltProxyStatusResponse
object
1 property 1 required
WhatsAppAltSessionResponse
object
1 property 1 required
WhatsAppAltEgressNodeStatus
string
pending = paired but never connected; online = tunnel is live; offline = the last tunnel dropped.
WhatsAppAltEgressInput
object
Egress to set on a session. Only external (managed Zavu proxy) and android (a customer device) are accepted — direct is a guaranteed ban and is rejected.
3 properties 1 required
WhatsAppAltEgressNode
object
9 properties 4 required
WhatsAppAltSessionCreateRequest
object
2 properties
WhatsAppAltPairing
object
4 properties 3 required
WhatsAppAltSessionStatus
string
Connection state of the session, mirrored from the bridge. - initializing: session created, bridge starting. - qrready: qrCode is available; scan it from Whats…
WhatsAppAltEgressNodeResponse
object
1 property 1 required
WhatsAppAltEgressNodeCreateRequest
object
2 properties 1 required
Error
object
3 properties 2 required
WhatsAppAltSession
object
12 properties 4 required
WhatsAppAltEgressSpec
object
Egress routing for a WhatsApp Alternative session.
3 properties 1 required
WhatsAppAltLinkSenderRequest
object
1 property 1 required
WhatsAppAltEgressNodePairingResponse
object
2 properties 2 required
WhatsAppAltSetEgressRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zavu-whatsapp-alternative-api-openapi.yml Raw ↑

Other APIs Zavu publishes across the network.

Zavu 10DLC API
Zavu Account API
Zavu Agent Flows API
Zavu Agent Knowledge Bases API
Zavu Agent Tools API
Zavu Agents API
Zavu Balance API
Zavu Broadcasts API
Zavu Contacts API
Zavu Functions API
Zavu Introspect API
Zavu Invitations API