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

Telesign Messaging API

Send and track SMS messages

Telesign Messaging API is one of 5 APIs that Telesign 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 and API documentation.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.

Requests are made against a single base URL, https://rest-ww.telesign.com/v1.

2 operations 2 paths 2 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2
Base URL
https://rest-ww.telesign.com/v1
Authentication
HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 1

Telesign Messaging API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

  • BasicAuth — Basic authentication using Customer ID as username and API key as password.

Paths & Operations 2

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

Messaging 2

Send and track SMS messages

POST
/messaging
Send SMS Message
sendSms body → 200400401429500
GET
/messaging/{reference_id}
Get SMS Transaction Status
getSmsStatus 1 param → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are TransactionStatus (3 properties), MessagingResponse (2 properties). Each schema is shown below with its type and property counts.

TransactionStatus
object
3 properties
MessagingResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telesign-messaging-api-openapi.yml Raw ↑

Other APIs Telesign publishes across the network.

Telesign Voice API
Telesign Fraud Scoring API
Telesign Phone Intelligence API
Telesign Verification API