Listrak · Schema

Listrak Privacy API Schemas

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

JSON Schema

listrak-privacy-schemas.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Listrak Privacy API Schemas",
  "definitions": {
    "Resource[ForgetRequest]": {
      "type": "object",
      "properties": {
        "status": {
          "format": "int32",
          "description": "HTTP status code.",
          "type": "integer"
        },
        "data": {
          "$ref": "#/definitions/ForgetRequest",
          "description": "Return data."
        }
      }
    },
    "ForgetRequest": {
      "description": "A Forget Request resource.",
      "type": "object",
      "properties": {
        "requestID": {
          "description": "The unique identifier of the forget request.",
          "type": "string"
        },
        "status": {
          "description": "The status (PROCESSING or COMPLETE) of the forget request.",
          "type": "string"
        },
        "submittedDate": {
          "format": "date-time",
          "description": "The date the forget request was submitted.",
          "type": "string"
        },
        "processedDate": {
          "format": "date-time",
          "description": "The date the forget request was processed. This is null if the status is not COMPLETE.",
          "type": "string"
        }
      }
    },
    "Error": {
      "type": "object",
      "properties": {
        "status": {
          "format": "int32",
          "description": "HTTP status code.",
          "type": "integer"
        },
        "error": {
          "description": "Error code indicating what error has occured.",
          "type": "string"
        },
        "message": {
          "description": "Message describing the status and the error that occurred.",
          "type": "string"
        }
      }
    },
    "ForgetRequestParameters": {
      "description": "A Forget Request Parameters resource.",
      "type": "object",
      "properties": {
        "emailAddress": {
          "description": "The email address of the contact to forget.",
          "type": "string"
        },
        "phoneNumber": {
          "description": "The phone number of the contact to forget.",
          "type": "string"
        }
      }
    },
    "ResourceCreated": {
      "type": "object",
      "properties": {
        "status": {
          "format": "int32",
          "description": "HTTP status code.",
          "type": "integer"
        },
        "resourceId": {
          "description": "An identifier used to locate a resource.",
          "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-privacy-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.