Lithic · Schema

Auth Rule

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
token object
state object
program_level object
card_tokens object
excluded_card_tokens object
excluded_account_tokens object
excluded_business_account_tokens object
account_tokens object
business_account_tokens object
type object
current_version object
draft_version object
name object
event_stream object
lithic_managed boolean Indicates whether this auth rule is managed by Lithic. If true, the rule cannot be modified or deleted by the user
View JSON Schema on GitHub

JSON Schema

lithic-com-auth-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auth-rule",
  "title": "Auth Rule",
  "type": "object",
  "properties": {
    "token": {
      "$ref": "#/components/schemas/auth-rule-token"
    },
    "state": {
      "$ref": "#/components/schemas/auth-rule-state"
    },
    "program_level": {
      "$ref": "#/components/schemas/program-level"
    },
    "card_tokens": {
      "$ref": "#/components/schemas/card-tokens"
    },
    "excluded_card_tokens": {
      "$ref": "#/components/schemas/excluded-card-tokens"
    },
    "excluded_account_tokens": {
      "$ref": "#/components/schemas/excluded-account-tokens"
    },
    "excluded_business_account_tokens": {
      "$ref": "#/components/schemas/excluded-business-account-tokens"
    },
    "account_tokens": {
      "$ref": "#/components/schemas/account-tokens"
    },
    "business_account_tokens": {
      "$ref": "#/components/schemas/business-account-tokens"
    },
    "type": {
      "$ref": "#/components/schemas/auth-rule-type"
    },
    "current_version": {
      "$ref": "#/components/schemas/current-version"
    },
    "draft_version": {
      "$ref": "#/components/schemas/draft-version"
    },
    "name": {
      "$ref": "#/components/schemas/auth-rule-name"
    },
    "event_stream": {
      "$ref": "#/components/schemas/event-stream"
    },
    "lithic_managed": {
      "type": "boolean",
      "description": "Indicates whether this auth rule is managed by Lithic. If true, the rule cannot be modified or deleted by the user"
    }
  },
  "required": [
    "token",
    "state",
    "program_level",
    "card_tokens",
    "account_tokens",
    "business_account_tokens",
    "type",
    "current_version",
    "draft_version",
    "name",
    "event_stream",
    "lithic_managed"
  ]
}

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-auth-rule"
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.