Tidio · Schema

Tidio Contact

A website visitor who has interacted with the Tidio widget and been identified.

Live ChatChatbotsCustomer ServiceArtificial IntelligenceHelp DeskTicketingConversationsContactsWebhookWidget

Properties

Name Type Description
id string Unique contact identifier.
distinct_id stringnull External system identifier for the contact.
first_name stringnull
last_name stringnull
email stringnull
phone stringnull
language stringnull ISO 639-1 language code (e.g., en, de, fr).
country stringnull ISO 3166 Alpha-2 country code (e.g., US, GB, DE).
city stringnull
created_at string
email_consent string
properties array
View JSON Schema on GitHub

JSON Schema

tidio-contact.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tidio/main/json-schema/tidio-contact.json",
  "title": "Tidio Contact",
  "description": "A website visitor who has interacted with the Tidio widget and been identified.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique contact identifier."
    },
    "distinct_id": {
      "type": ["string", "null"],
      "description": "External system identifier for the contact."
    },
    "first_name": {
      "type": ["string", "null"],
      "maxLength": 127
    },
    "last_name": {
      "type": ["string", "null"],
      "maxLength": 127
    },
    "email": {
      "type": ["string", "null"],
      "format": "email"
    },
    "phone": {
      "type": ["string", "null"],
      "maxLength": 155
    },
    "language": {
      "type": ["string", "null"],
      "description": "ISO 639-1 language code (e.g., en, de, fr)."
    },
    "country": {
      "type": ["string", "null"],
      "description": "ISO 3166 Alpha-2 country code (e.g., US, GB, DE)."
    },
    "city": {
      "type": ["string", "null"]
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "email_consent": {
      "type": "string",
      "enum": ["subscribed", "unsubscribed"]
    },
    "properties": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["name", "value"],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 128
          },
          "value": {
            "type": "string",
            "maxLength": 1000
          }
        }
      }
    }
  },
  "required": ["id", "created_at"]
}

Work with this as data

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/tidio-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.