Properties
| Name | Type | Description |
|---|---|---|
| autoAcceptRequest | boolean | Whether or not meeting registration requests are accepted automatically. |
| requireFirstName | boolean | Whether or not a registrant's first name is required for meeting registration. This option must always be `true`. |
| requireLastName | boolean | Whether or not a registrant's last name is required for meeting registration. This option must always be `true`. |
| requireEmail | boolean | Whether or not a registrant's email is required for meeting registration. This option must always be `true`. |
| requireJobTitle | boolean | Whether or not a registrant's job title is shown or required for meeting registration. |
| requireCompanyName | boolean | Whether or not a registrant's company name is shown or required for meeting registration. |
| requireAddress1 | boolean | Whether or not a registrant's first address field is shown or required for meeting registration. |
| requireAddress2 | boolean | Whether or not a registrant's second address field is shown or required for meeting registration. |
| requireCity | boolean | Whether or not a registrant's city is shown or required for meeting registration. |
| requireState | boolean | Whether or not a registrant's state is shown or required for meeting registration. |
| requireZipCode | boolean | Whether or not a registrant's postal code is shown or required for meeting registration. |
| requireCountryRegion | boolean | Whether or not a registrant's country or region is shown or required for meeting registration. |
| requireWorkPhone | boolean | Whether or not a registrant's work phone number is shown or required for meeting registration. |
| requireFax | boolean | Whether or not a registrant's fax number is shown or required for meeting registration. |
| customizedQuestions | array | Customized questions for meeting registration. |
| rules | array | The approval rules for standard questions. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Registration",
"title": "Registration",
"type": "object",
"properties": {
"autoAcceptRequest": {
"type": "boolean",
"description": "Whether or not meeting registration requests are accepted automatically."
},
"requireFirstName": {
"type": "boolean",
"example": true,
"description": "Whether or not a registrant's first name is required for meeting registration. This option must always be `true`."
},
"requireLastName": {
"type": "boolean",
"example": true,
"description": "Whether or not a registrant's last name is required for meeting registration. This option must always be `true`."
},
"requireEmail": {
"type": "boolean",
"example": true,
"description": "Whether or not a registrant's email is required for meeting registration. This option must always be `true`."
},
"requireJobTitle": {
"type": "boolean",
"description": "Whether or not a registrant's job title is shown or required for meeting registration."
},
"requireCompanyName": {
"type": "boolean",
"description": "Whether or not a registrant's company name is shown or required for meeting registration."
},
"requireAddress1": {
"type": "boolean",
"description": "Whether or not a registrant's first address field is shown or required for meeting registration."
},
"requireAddress2": {
"type": "boolean",
"description": "Whether or not a registrant's second address field is shown or required for meeting registration."
},
"requireCity": {
"type": "boolean",
"description": "Whether or not a registrant's city is shown or required for meeting registration."
},
"requireState": {
"type": "boolean",
"description": "Whether or not a registrant's state is shown or required for meeting registration."
},
"requireZipCode": {
"type": "boolean",
"description": "Whether or not a registrant's postal code is shown or required for meeting registration."
},
"requireCountryRegion": {
"type": "boolean",
"description": "Whether or not a registrant's country or region is shown or required for meeting registration."
},
"requireWorkPhone": {
"type": "boolean",
"description": "Whether or not a registrant's work phone number is shown or required for meeting registration."
},
"requireFax": {
"type": "boolean",
"description": "Whether or not a registrant's fax number is shown or required for meeting registration."
},
"customizedQuestions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomizedQuestionForGetMeeting"
},
"description": "Customized questions for meeting registration."
},
"rules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StandardRegistrationApproveRule"
},
"description": "The approval rules for standard questions."
}
}
}
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/webex-registration"
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.