WildApricot · Schema
Account
Information about Wild Apricot account
Membership ManagementAssociationsNon-ProfitEventPayments
Properties
| Name | Type | Description |
|---|---|---|
| Id | integer | Account unique identifier. |
| Name | string | The account name. This corresponds to the organization name as it appears on the Organization details screen. |
| Url | object | |
| PrimaryDomainName | string | The primary domain name for the account. |
| IsFreeAccount | boolean | |
| Resources | array | Collection of account-related resources. |
| ContactLimitInfo | object | |
| TimeZone | object | |
| Currency | object | |
| Localization | object | |
| SquareRegisterSettings | object | |
| PaymentSettings | object | |
| BillingPlan | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-schema/wildapricot-account-schema.json",
"title": "Account",
"description": "Information about Wild Apricot account",
"type": "object",
"properties": {
"Id": {
"type": "integer",
"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"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wildapricot-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.