Webex · Schema
InvitationSourceObject
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for invitation source. |
| sourceId | string | Source ID for invitation. |
| sourceEmail | string | Email for invitation source. |
| joinLink | string | The link bound to `sourceId` can directly join the meeting. If the meeting requires registration,`joinLink` is not returned. |
| registerLink | string | The link bound to `sourceId` can directly register the meeting. If the meeting requires registration, `registerLink` is returned. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/InvitationSourceObject",
"title": "InvitationSourceObject",
"type": "object",
"required": [
"id",
"sourceId",
"sourceEmail"
],
"properties": {
"id": {
"type": "string",
"example": "1",
"description": "Unique identifier for invitation source."
},
"sourceId": {
"type": "string",
"example": "cisco",
"description": "Source ID for invitation."
},
"sourceEmail": {
"type": "string",
"example": "john001@example.com",
"description": "Email for invitation source."
},
"joinLink": {
"type": "string",
"example": "https://example.webex.com/example/j.php?MTID=m6d75f1c875b3e3c5d18c7598036bdd8b",
"description": "The link bound to `sourceId` can directly join the meeting. If the meeting requires registration,`joinLink` is not returned."
},
"registerLink": {
"type": "string",
"example": "https://example.webex.com/example/j.php?RGID=rb05b31307b5b820e16594da9d1cfc588",
"description": "The link bound to `sourceId` can directly register the meeting. If the meeting requires registration, `registerLink` is returned."
}
}
}
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-invitationsourceobject"
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.