Lithic · Schema

MessageAttempt

A subscription to specific event types.

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
created string An RFC 3339 timestamp for when the event was created. UTC time zone. If no timezone is specified, UTC will be used.
event_subscription_token string Globally unique identifier.
event_token string Globally unique identifier.
response string The response body from the event subscription's URL.
response_status_code integer The response status code from the event subscription's URL.
status string The status of the event attempt.
token string Globally unique identifier.
url string
View JSON Schema on GitHub

JSON Schema

lithic-com-messageattempt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageAttempt",
  "title": "MessageAttempt",
  "description": "A subscription to specific event types.",
  "properties": {
    "created": {
      "description": "An RFC 3339 timestamp for when the event was created. UTC time zone.\n\nIf no timezone is specified, UTC will be used.\n",
      "format": "date-time",
      "type": "string"
    },
    "event_subscription_token": {
      "description": "Globally unique identifier.",
      "example": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga1",
      "type": "string"
    },
    "event_token": {
      "description": "Globally unique identifier.",
      "example": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga1",
      "type": "string"
    },
    "response": {
      "description": "The response body from the event subscription's URL.",
      "type": "string"
    },
    "response_status_code": {
      "description": "The response status code from the event subscription's URL.",
      "type": "integer"
    },
    "status": {
      "description": "The status of the event attempt.",
      "enum": [
        "FAILED",
        "PENDING",
        "SENDING",
        "SUCCESS"
      ],
      "type": "string"
    },
    "token": {
      "description": "Globally unique identifier.",
      "example": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "type": "string"
    },
    "url": {
      "format": "uri",
      "type": "string"
    }
  },
  "required": [
    "created",
    "event_subscription_token",
    "event_token",
    "response",
    "response_status_code",
    "status",
    "token",
    "url"
  ],
  "type": "object"
}

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/lithic-com-messageattempt"
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.