Tidio · Schema

Tidio Ticket

A support ticket representing a complex conversation between operators and customers.

Live ChatChatbotsCustomer ServiceArtificial IntelligenceHelp DeskTicketingConversationsContactsWebhookWidget

Properties

Name Type Description
id integer Unique ticket identifier.
link string Direct URL to view the ticket in the Tidio panel.
subject string Ticket title / subject.
contact_id string UUID of the associated contact.
contact_email stringnull Email address used for ticket correspondence.
priority string
status string
assigned_operator_id stringnull
assigned_department_id string
custom_channel_id stringnull Identifier of an associated custom channel.
messages array Messages array (present only in ticket detail endpoint).
View JSON Schema on GitHub

JSON Schema

tidio-ticket.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tidio/main/json-schema/tidio-ticket.json",
  "title": "Tidio Ticket",
  "description": "A support ticket representing a complex conversation between operators and customers.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique ticket identifier."
    },
    "link": {
      "type": "string",
      "format": "uri",
      "description": "Direct URL to view the ticket in the Tidio panel."
    },
    "subject": {
      "type": "string",
      "description": "Ticket title / subject."
    },
    "contact_id": {
      "type": "string",
      "format": "uuid",
      "description": "UUID of the associated contact."
    },
    "contact_email": {
      "type": ["string", "null"],
      "format": "email",
      "description": "Email address used for ticket correspondence."
    },
    "priority": {
      "type": "string",
      "enum": ["low", "normal", "urgent"]
    },
    "status": {
      "type": "string",
      "enum": ["open", "pending", "solved"]
    },
    "assigned_operator_id": {
      "type": ["string", "null"],
      "format": "uuid"
    },
    "assigned_department_id": {
      "type": "string",
      "format": "uuid"
    },
    "custom_channel_id": {
      "type": ["string", "null"],
      "description": "Identifier of an associated custom channel."
    },
    "messages": {
      "type": "array",
      "description": "Messages array (present only in ticket detail endpoint).",
      "items": {
        "type": "object",
        "properties": {
          "message_id": {
            "type": "string",
            "description": "ULID format identifier."
          },
          "created_at": {
            "type": "string",
            "format": "date-time"
          },
          "author_type": {
            "type": "string",
            "enum": ["operator", "contact"]
          },
          "author_id": {
            "type": "string",
            "format": "uuid"
          },
          "message_type": {
            "type": "string",
            "enum": ["internal", "public"]
          },
          "attachments": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      }
    }
  },
  "required": ["id", "subject", "contact_id", "priority", "status"]
}

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-ticket"
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.