Sinch Contact
Schema representing a contact in the Sinch Conversation API. A contact groups together underlying connected channel recipient identities, enabling omnichannel communication with a single person across SMS, WhatsApp, Messenger, and other channels.
CommunicationsMessagingSMSVoiceVerificationCPaaS
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/sinch/contact.json",
"title": "Sinch Contact",
"description": "Schema representing a contact in the Sinch Conversation API. A contact groups together underlying connected channel recipient identities, enabling omnichannel communication with a single person across SMS, WhatsApp, Messenger, and other channels.",
"type": "object",
"required": ["channel_identities"],
"properties": {
"id": {
"type": "string",
"description": "The unique contact identifier assigned by the platform"
},
"display_name": {
"type": "string",
"maxLength": 128,
"description": "The display name of the contact"
},
"email": {
"type": "string",
"format": "email",
"description": "The contact email address"
},
"external_id": {
"type": "string",
"maxLength": 128,
"description": "An external identifier for cross-referencing with other systems"
},
"language": {
"type": "string",
"pattern": "^[a-z]{2}(-[A-Z]{2})?$",
"description": "The preferred language of the contact in BCP 47 format"
},
"metadata": {
"type": "string",
"maxLength": 1024,
"description": "Custom metadata associated with the contact"
},
"channel_identities": {
"type": "array",
"minItems": 1,
"description": "The channel identities for reaching the contact on various channels",
"items": {
"$ref": "#/$defs/ChannelIdentity"
}
},
"channel_priority": {
"type": "array",
"description": "Preferred channel order for reaching the contact",
"items": {
"type": "string",
"enum": [
"SMS", "MMS", "RCS", "WHATSAPP", "MESSENGER", "INSTAGRAM",
"VIBER", "VIBERBM", "TELEGRAM", "KAKAOTALK", "LINE"
]
}
}
},
"$defs": {
"ChannelIdentity": {
"type": "object",
"description": "A channel-specific identity for reaching the contact",
"required": ["channel", "identity"],
"properties": {
"channel": {
"type": "string",
"enum": [
"SMS", "MMS", "RCS", "WHATSAPP", "MESSENGER", "INSTAGRAM",
"VIBER", "VIBERBM", "TELEGRAM", "KAKAOTALK", "LINE"
],
"description": "The messaging channel type"
},
"identity": {
"type": "string",
"description": "The channel-specific identity such as phone number or user ID"
},
"app_id": {
"type": "string",
"description": "The Conversation API app ID associated with this channel identity"
}
}
}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sinch-contact"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.