Account

A Regions Bank customer account (FDX-compliant)

BankingFinancial-ServicesOpen BankingFDXConsumer BankingWealth ManagementFortune 500

Properties

Name Type Description
accountId string Unique account identifier
accountType string FDX account type classification
accountNumber string Masked account number (last 4 digits visible)
nickname string Customer-assigned account nickname
status string Account status
currency string Account currency code (ISO 4217)
balance object
institution string Institution name (Regions Bank)
View JSON Schema on GitHub

JSON Schema

regions-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/regions-financial/json-schema/regions-account-schema.json",
  "title": "Account",
  "description": "A Regions Bank customer account (FDX-compliant)",
  "type": "object",
  "required": ["accountId", "accountType", "status"],
  "properties": {
    "accountId": {
      "type": "string",
      "description": "Unique account identifier"
    },
    "accountType": {
      "type": "string",
      "enum": ["CHECKING", "SAVINGS", "CREDIT_CARD", "LOAN", "INVESTMENT", "MORTGAGE"],
      "description": "FDX account type classification"
    },
    "accountNumber": {
      "type": "string",
      "description": "Masked account number (last 4 digits visible)"
    },
    "nickname": {
      "type": "string",
      "description": "Customer-assigned account nickname"
    },
    "status": {
      "type": "string",
      "enum": ["OPEN", "CLOSED"],
      "description": "Account status"
    },
    "currency": {
      "type": "string",
      "default": "USD",
      "description": "Account currency code (ISO 4217)"
    },
    "balance": {
      "type": "object",
      "properties": {
        "available": { "type": "number", "description": "Available balance" },
        "current": { "type": "number", "description": "Current ledger balance" },
        "limit": { "type": "number", "description": "Credit limit for credit accounts" },
        "currency": { "type": "string", "default": "USD" },
        "asOf": { "type": "string", "format": "date-time" }
      }
    },
    "institution": {
      "type": "string",
      "description": "Institution name (Regions Bank)"
    }
  },
  "additionalProperties": false
}

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/regions-account"
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.