Lithic · Schema

Card Updated

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
previous_fields object The previous values of the fields that were updated.
state string The current state of the card.
card_token string The token of the card that was updated.
View JSON Schema on GitHub

JSON Schema

lithic-com-card-updated-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card-updated",
  "title": "Card Updated",
  "examples": [
    {
      "previous_fields": {
        "state": "PAUSED"
      },
      "state": "OPEN",
      "card_token": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "properties": {
    "previous_fields": {
      "description": "The previous values of the fields that were updated.",
      "example": {
        "state": "PAUSED"
      },
      "type": "object"
    },
    "state": {
      "description": "The current state of the card.",
      "example": "OPEN",
      "type": "string"
    },
    "card_token": {
      "description": "The token of the card that was updated.",
      "example": "00000000-0000-0000-0000-000000000000",
      "format": "uuid",
      "type": "string"
    }
  },
  "required": [
    "previous_fields",
    "state",
    "card_token"
  ],
  "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-card-updated"
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.