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

Termii Messaging API

Send single, bulk, and number-based messages.

Termii Messaging API is one of 6 APIs that Termii publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Messaging. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

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

3 operations 3 paths 7 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.ng.termii.com/api
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Termii Messaging API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Termii authenticates every request with an apikey. For GET requests it is passed as the apikey query parameter; for POST, PATCH, and DELETE requests it is incl…

Paths & Operations 3

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

Messaging 3

Send single, bulk, and number-based messages.

POST
/sms/send
Send a message
sendMessage body → 200400401
POST
/sms/send/bulk
Send a bulk message
sendBulkMessage body → 200400
POST
/sms/number/send
Send a message via auto-generated number
sendViaNumber body → 200400

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are SendBulkMessageRequest (7 properties), SendMessageRequest (6 properties), SendNumberResponse (5 properties), SendMessageResponse (4 properties). Each schema is shown below with its type and property counts.

SendMessageResponse
object
4 properties
SendMessageRequest
object
6 properties 6 required
Media
object
Optional WhatsApp attachment.
2 properties
SendNumberRequest
object
3 properties 3 required
SendNumberResponse
object
5 properties
ErrorResponse
object
1 property
SendBulkMessageRequest
object
7 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

termii-messaging-api-openapi.yml Raw ↑

Other APIs Termii publishes across the network.

Termii Campaigns API
Termii Contacts API
Termii Insights API
Termii Sender IDs API
Termii Token API