Moov · Schema

Representative

A business representative with significant ownership or control over a Moov business account, required for KYB compliance.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
representativeID string Unique identifier for the representative.
name object
phone object
email string Representative's email address.
address object
birthDate string Date of birth in ISO 8601 format.
governmentID object
responsibilities object
createdOn string ISO 8601 timestamp when the representative was added.
updatedOn string ISO 8601 timestamp when the representative was last updated.
disabledOn string ISO 8601 timestamp when the representative was disabled, if applicable.
View JSON Schema on GitHub

JSON Schema

moov-representative-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Representative",
  "title": "Representative",
  "type": "object",
  "description": "A business representative with significant ownership or control over a Moov business account, required for KYB compliance.",
  "properties": {
    "representativeID": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the representative."
    },
    "name": {
      "$ref": "#/components/schemas/Name"
    },
    "phone": {
      "$ref": "#/components/schemas/Phone"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Representative's email address."
    },
    "address": {
      "$ref": "#/components/schemas/Address"
    },
    "birthDate": {
      "type": "string",
      "format": "date",
      "description": "Date of birth in ISO 8601 format."
    },
    "governmentID": {
      "$ref": "#/components/schemas/GovernmentID"
    },
    "responsibilities": {
      "$ref": "#/components/schemas/RepresentativeResponsibilities"
    },
    "createdOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the representative was added."
    },
    "updatedOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the representative was last updated."
    },
    "disabledOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the representative was disabled, if applicable."
    }
  }
}

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/moov-representative"
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.