Sinch · JSON Structure
Sinch Contact Structure
Documentation of the contact data structure in the Sinch Conversation API
Type: object
Properties: 0
CommunicationsMessagingSMSVoiceVerificationCPaaS
Sinch Contact Structure is a JSON Structure definition published by Sinch.
Meta-schema:
JSON Structure
{
"title": "Sinch Contact Structure",
"description": "Documentation of the contact data structure in the Sinch Conversation API",
"type": "object",
"fields": [
{
"name": "id",
"type": "string",
"required": true,
"description": "Unique contact identifier assigned by Sinch"
},
{
"name": "channel_identities",
"type": "array",
"required": true,
"description": "List of channel-specific identities for this contact"
},
{
"name": "channel_identities[].channel",
"type": "enum",
"required": true,
"values": ["SMS", "RCS", "WHATSAPP", "MESSENGER", "INSTAGRAM", "VIBER", "TELEGRAM", "KAKAOTALK", "LINE"],
"description": "The messaging channel"
},
{
"name": "channel_identities[].identity",
"type": "string",
"required": true,
"description": "Channel-specific identity (e.g., phone number for SMS)"
},
{
"name": "display_name",
"type": "string",
"required": false,
"description": "Human-readable display name for the contact"
},
{
"name": "email",
"type": "string",
"required": false,
"description": "Contact email address"
},
{
"name": "external_id",
"type": "string",
"required": false,
"description": "External system identifier for the contact"
},
{
"name": "metadata",
"type": "string",
"required": false,
"description": "Custom metadata string for the contact"
}
]
}
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-contact-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.