Telesign · JSON Structure
Telesign Messaging Structure
JSON structure documentation for the Telesign SMS Messaging API
Type:
Properties: 0
AuthenticationCommunicationsFraud PreventionPhone IntelligenceSMSVerification
Telesign Messaging Structure is a JSON Structure definition published by Telesign.
Meta-schema:
JSON Structure
{
"title": "Telesign Messaging API Structure",
"description": "JSON structure documentation for the Telesign SMS Messaging API",
"resources": {
"POST /messaging": {
"description": "Send an SMS message",
"request": {
"content_type": "application/x-www-form-urlencoded",
"required_fields": ["phone_number", "message", "message_type"],
"fields": {
"phone_number": { "type": "string", "description": "E.164 formatted phone number with country code" },
"message": { "type": "string", "description": "Message text, max 1600 chars" },
"message_type": { "type": "string", "enum": ["OTP", "ARN", "MKT"] },
"sender_id": { "type": "string", "description": "Custom sender ID" },
"external_id": { "type": "string", "description": "Your internal reference" },
"originating_ip": { "type": "string", "description": "End user IP address" },
"account_lifecycle_event": { "type": "string", "enum": ["create", "sign-in", "transact", "update", "delete"] }
}
},
"response": {
"content_type": "application/json",
"fields": {
"reference_id": { "type": "string", "description": "32-digit hex transaction ID" },
"status": {
"type": "object",
"fields": {
"code": { "type": "integer", "description": "Delivery status code" },
"description": { "type": "string" },
"updated_on": { "type": "string", "format": "date-time" }
}
}
}
}
},
"GET /messaging/{reference_id}": {
"description": "Get SMS delivery status",
"path_params": {
"reference_id": { "type": "string", "description": "Transaction reference ID" }
},
"response": {
"content_type": "application/json",
"fields": {
"reference_id": { "type": "string" },
"status": {
"type": "object",
"fields": {
"code": { "type": "integer" },
"description": { "type": "string" },
"updated_on": { "type": "string", "format": "date-time" }
}
}
}
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/telesign-messaging-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.