Listrak · Schema

Listrak Twowaysms API Schemas

Email MarketingSMS MarketingMarketing AutomationCross-ChannelRetailPush NotificationsData ImportPrivacyE-CommerceCustomer DataTransactional MessagingSegmentationProduct ReviewsMedia ManagementTwo-Way SMSRCS
View JSON Schema on GitHub

JSON Schema

listrak-twowaysms-schemas.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Listrak Twowaysms API Schemas",
  "definitions": {
    "TicketOpenRequest": {
      "type": "object",
      "properties": {
        "integrationType": {
          "$ref": "#/components/schemas/integrationType"
        },
        "phoneId": {
          "type": "integer",
          "description": "Numeric ID. Phone Id",
          "format": "int64"
        },
        "externalTicketId": {
          "type": "string",
          "description": "A unique ticket identifier."
        }
      },
      "description": "A request for opening a ticket"
    },
    "SendRequest": {
      "type": "object",
      "properties": {
        "integrationType": {
          "$ref": "#/components/schemas/integrationType"
        },
        "phoneId": {
          "type": "integer",
          "description": "Numeric ID. Phone Id",
          "format": "int64"
        },
        "externalTicketId": {
          "type": "string",
          "description": "A unique ticket identifier."
        },
        "messageBody": {
          "type": "string",
          "description": "Body of a message, limited to 1,000 characters."
        }
      },
      "description": "A request for sending a message to a contact"
    },
    "integrationType": {
      "enum": [
        "gorgias",
        "custom"
      ],
      "type": "string",
      "description": "Integration Type"
    },
    "TicketCloseRequest": {
      "type": "object",
      "properties": {
        "integrationType": {
          "$ref": "#/components/schemas/integrationType"
        },
        "phoneId": {
          "type": "integer",
          "description": "Numeric ID. Phone Id",
          "format": "int64"
        }
      },
      "description": "A request for closing a ticket"
    }
  }
}

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/listrak-twowaysms-schemas"
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.