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

WATI Messages API

Retrieve and send WhatsApp messages.

WATI Messages API is one of 4 APIs that WATI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Messages. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, https://live-mt-server.wati.io/{tenantId}/api/v1.

3 operations 3 paths 0 schemas 1 GET2 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://live-mt-server.wati.io
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

WATI Messages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — WATI uses Bearer token authentication. Tokens are issued from the WATI dashboard under API Docs and must be supplied as Authorization: Bearer on every request.

Paths & Operations 3

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

Messages 3

Retrieve and send WhatsApp messages.

GET
/getMessages/{whatsappNumber}
Get messages by WhatsApp number
getMessagesByNumber 3 params → 200
POST
/sendTemplateMessage
Send a WhatsApp template message
sendTemplateMessage 1 param body → 200
POST
/sendSessionMessage/{whatsappNumber}
Send a session message
sendSessionMessage 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wati-messages-api-openapi.yml Raw ↑

Other APIs WATI publishes across the network.

WATI WhatsApp Business API
WATI Contacts API
WATI Templates API