Sinch · JSON Structure
Sinch Message Structure
Documentation of the message data structure returned by the Sinch Conversation API
Type: object
Properties: 0
CommunicationsMessagingSMSVoiceVerificationCPaaS
Sinch Message Structure is a JSON Structure definition published by Sinch.
Meta-schema:
JSON Structure
{
"title": "Sinch Message Structure",
"description": "Documentation of the message data structure returned by the Sinch Conversation API",
"type": "object",
"fields": [
{
"name": "id",
"type": "string",
"required": true,
"description": "Unique message identifier assigned by Sinch"
},
{
"name": "direction",
"type": "enum",
"required": true,
"values": ["TO_APP", "TO_CONTACT"],
"description": "Message direction - TO_APP means received from contact, TO_CONTACT means sent to contact"
},
{
"name": "contact_id",
"type": "string",
"required": false,
"description": "The contact identifier associated with this message"
},
{
"name": "conversation_id",
"type": "string",
"required": false,
"description": "The conversation thread identifier"
},
{
"name": "channel_identity",
"type": "object",
"required": true,
"description": "The channel and identity used for this message (e.g., SMS number, WhatsApp identity)"
},
{
"name": "channel_identity.channel",
"type": "enum",
"required": true,
"values": ["SMS", "RCS", "WHATSAPP", "MESSENGER", "INSTAGRAM", "VIBER", "TELEGRAM", "KAKAOTALK", "LINE"],
"description": "The messaging channel used"
},
{
"name": "channel_identity.identity",
"type": "string",
"required": true,
"description": "The channel-specific identity (phone number, PSID, etc.)"
},
{
"name": "app_message",
"type": "object",
"required": false,
"description": "The message content sent to the contact"
},
{
"name": "contact_message",
"type": "object",
"required": false,
"description": "The message content received from the contact"
},
{
"name": "accept_time",
"type": "string (ISO 8601 datetime)",
"required": false,
"description": "When the message was accepted by the Sinch platform"
},
{
"name": "processing_mode",
"type": "enum",
"required": false,
"values": ["CONVERSATION", "DISPATCH"],
"description": "How the message was processed"
}
]
}
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/sinch-message-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.