Lithic · Schema

Auth Rule Patch Request

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
state string The desired state of the Auth Rule. Note that only deactivating an Auth Rule through this endpoint is supported at this time. If you need to (re-)activate an Auth Rule the /promote endpoint should be
name object
View JSON Schema on GitHub

JSON Schema

lithic-com-patch-auth-rule-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/patch-auth-rule-request",
  "title": "Auth Rule Patch Request",
  "type": "object",
  "properties": {
    "state": {
      "description": "The desired state of the Auth Rule.\n\nNote that only deactivating an Auth Rule through this endpoint is supported at this time. If you need to (re-)activate an Auth Rule the /promote endpoint should be used to promote a draft to the currently active version.",
      "type": "string",
      "const": "INACTIVE"
    },
    "name": {
      "$ref": "#/components/schemas/auth-rule-name"
    }
  },
  "anyOf": [
    {
      "title": "Account Level Rule",
      "type": "object",
      "properties": {
        "account_tokens": {
          "$ref": "#/components/schemas/account-tokens"
        },
        "business_account_tokens": {
          "$ref": "#/components/schemas/business-account-tokens"
        }
      }
    },
    {
      "title": "Card Level Rule",
      "type": "object",
      "properties": {
        "card_tokens": {
          "$ref": "#/components/schemas/card-tokens"
        }
      }
    },
    {
      "title": "Program Level Rule",
      "type": "object",
      "properties": {
        "program_level": {
          "$ref": "#/components/schemas/program-level"
        },
        "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"
        }
      }
    }
  ]
}

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