WildApricot · JSON Structure

Wildapricot Account Structure

Information about Wild Apricot account

Type: object Properties: 13 Required: 7
Membership ManagementAssociationsNon-ProfitEventPayments

Account is a JSON Structure definition published by WildApricot, describing 13 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Id Name Url PrimaryDomainName IsFreeAccount Resources ContactLimitInfo TimeZone Currency Localization SquareRegisterSettings PaymentSettings BillingPlan

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-structure/wildapricot-account-structure.json",
  "description": "Information about Wild Apricot account",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "Account unique identifier."
    },
    "Name": {
      "type": "string",
      "description": "The account name. This corresponds to the organization name as it appears on the Organization details screen."
    },
    "Url": {
      "$ref": "#/components/schemas/ResourceUrl"
    },
    "PrimaryDomainName": {
      "type": "string",
      "description": "The primary domain name for the account."
    },
    "IsFreeAccount": {
      "type": "boolean"
    },
    "Resources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Resource"
      },
      "description": "Collection of account-related resources."
    },
    "ContactLimitInfo": {
      "$ref": "#/components/schemas/ContactLimitInfo"
    },
    "TimeZone": {
      "$ref": "#/components/schemas/TimeZone"
    },
    "Currency": {
      "$ref": "#/components/schemas/Currency"
    },
    "Localization": {
      "$ref": "#/components/schemas/Localization"
    },
    "SquareRegisterSettings": {
      "$ref": "#/components/schemas/SquareRegisterSettings"
    },
    "PaymentSettings": {
      "$ref": "#/components/schemas/PaymentSettings"
    },
    "BillingPlan": {
      "$ref": "#/components/schemas/BillingPlan"
    }
  },
  "required": [
    "Id",
    "Name",
    "PrimaryDomainName",
    "ContactLimitInfo",
    "Currency",
    "Localization",
    "SquareRegisterSettings"
  ],
  "name": "Account"
}

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/wildapricot-account-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.