Vistra · JSON Structure

Vistra Incorporation Structure

Structural documentation for the IncorporationRequest object submitted to the Vistra Incorporations API

Type: object Properties: 0
ComplianceCorporate ServicesEntity ManagementFinanceFortune 500Legal

Vistra Incorporation Structure is a JSON Structure definition published by Vistra.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Vistra Incorporation Request Structure",
  "description": "Structural documentation for the IncorporationRequest object submitted to the Vistra Incorporations API",
  "type": "object",
  "fields": [
    { "name": "jurisdiction", "type": "string", "required": true, "description": "Target jurisdiction code (BVI)" },
    { "name": "companyName", "type": "string", "required": true, "description": "Proposed company name" },
    { "name": "entityType", "type": "string", "required": true, "description": "business_company, llc, or limited_partnership" },
    {
      "name": "shareStructure",
      "type": "object",
      "required": false,
      "fields": [
        { "name": "authorizedShares", "type": "integer", "description": "Total authorized shares" },
        { "name": "parValue", "type": "number", "description": "Par value per share" },
        { "name": "currency", "type": "string", "description": "Currency code e.g. USD" }
      ]
    },
    {
      "name": "individuals",
      "type": "array",
      "required": false,
      "description": "Individual stakeholders",
      "items": [
        { "name": "firstName", "type": "string", "required": true },
        { "name": "lastName", "type": "string", "required": true },
        { "name": "dateOfBirth", "type": "string", "required": false },
        { "name": "nationality", "type": "string", "required": false },
        { "name": "role", "type": "string", "required": true, "description": "director|shareholder|beneficial_owner|secretary" },
        { "name": "shares", "type": "integer", "required": false },
        { "name": "documentIds", "type": "array", "required": false }
      ]
    },
    {
      "name": "corporates",
      "type": "array",
      "required": false,
      "description": "Corporate stakeholders"
    },
    { "name": "documentIds", "type": "array", "required": false, "description": "Uploaded document IDs" },
    { "name": "notes", "type": "string", "required": false }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/vistra-incorporation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.