Listrak · Schema

Listrak Mobileclient API Schemas

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

JSON Schema

listrak-mobileclient-schemas.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Listrak Mobileclient API Schemas",
  "definitions": {
    "MobileClientError": {
      "type": "object",
      "properties": {
        "errorMessage": {
          "type": "string"
        }
      }
    },
    "DevicePlatformType": {
      "enum": [
        "Firebase",
        "APNs"
      ],
      "type": "string",
      "description": "The push notification platform used by the device"
    },
    "DevicePatch": {
      "required": [
        "deviceUid"
      ],
      "type": "object",
      "properties": {
        "deviceUid": {
          "type": "string",
          "format": "uuid"
        },
        "deviceToken": {
          "type": "string",
          "description": "Identifying token for a mobile device"
        },
        "identifiers": {
          "$ref": "#/components/schemas/Identifiers"
        },
        "subscribed": {
          "type": "boolean",
          "description": "Identifying whether a mobile device is subscribed or unsubscribed"
        },
        "deviceOS": {
          "$ref": "#/components/schemas/DeviceOS"
        },
        "deviceOSVersion": {
          "type": "string",
          "description": "Identifies the version of the mobile device's OS"
        },
        "deviceType": {
          "type": "string",
          "description": "Identifies the physical device model"
        },
        "mobileAppVersion": {
          "type": "string",
          "description": "Identifies the version of the Mobile App"
        }
      },
      "description": "A Patch for a Mobile App Push Device"
    },
    "Device": {
      "required": [
        "devicePlatformType",
        "deviceToken",
        "subscribed"
      ],
      "type": "object",
      "properties": {
        "deviceUid": {
          "type": "string",
          "format": "uuid"
        },
        "deviceToken": {
          "type": "string",
          "description": "Identifying token for a mobile device"
        },
        "devicePlatformType": {
          "$ref": "#/components/schemas/DevicePlatformType"
        },
        "identifiers": {
          "$ref": "#/components/schemas/Identifiers"
        },
        "subscribed": {
          "type": "boolean",
          "description": "Identifies whether a mobile device is subscribed or unsubscribed"
        },
        "deviceOS": {
          "$ref": "#/components/schemas/DeviceOS"
        },
        "deviceOSVersion": {
          "type": "string",
          "description": "Identifies the version of the mobile device's OS"
        },
        "deviceType": {
          "type": "string",
          "description": "Identifies the physical device model"
        },
        "mobileAppVersion": {
          "type": "string",
          "description": "Identifies the version of the Mobile App"
        }
      },
      "description": "A Mobile App Push Device"
    },
    "EngagementEvent": {
      "required": [
        "sendUid",
        "type"
      ],
      "type": "object",
      "properties": {
        "sendUid": {
          "type": "string",
          "format": "uuid"
        },
        "type": {
          "$ref": "#/components/schemas/EngagementEventType"
        }
      },
      "description": "An engagement event that has happened on a mobile device"
    },
    "EngagementEventType": {
      "enum": [
        "Tapped",
        "Dismissed"
      ],
      "type": "string",
      "description": "The type of engagement that occurred"
    },
    "Identifiers": {
      "type": "object",
      "properties": {
        "email": {
          "type": "string",
          "description": "Identifying email for a device"
        },
        "phone": {
          "type": "string",
          "description": "Identifying phone number for a device"
        }
      },
      "description": "Identifiers that can associate a device with a contact"
    },
    "DeviceOS": {
      "enum": [
        "Android",
        "iOS",
        "Other"
      ],
      "type": "string",
      "description": "The operating system used by the device"
    },
    "Accepted": {
      "type": "object",
      "properties": {
        "statusCode": {
          "type": "string"
        }
      }
    }
  }
}

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-mobileclient-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 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.