Webex · Example Payload
Webex Createworkspace Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Webex Createworkspace Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "createWorkspace",
"method": "POST",
"path": "/workspaces",
"summary": "Create a Workspace",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"displayName": "SFO-12 Capanina",
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY",
"locationId": "YL34GrT...",
"workspaceLocationId": "YL34GrT...",
"floorId": "Y2lzY29z...",
"capacity": 5,
"type": "notSet",
"calling": {
"type": "webexCalling",
"webexCalling": {
"phoneNumber": "+12145654032",
"extension": "28278",
"locationId": "Y2lzY29g4...",
"licenses": [
"Y2lzY29g4...1,Y2lzY29g4...2,Y2lzY29g4...n"
]
}
},
"calendar": {
"type": "microsoft",
"emailAddress": "workspace@example.com",
"resourceGroupId": "Y2lzY29zcGFyazovL3VybjpURUFNOk5vcndheS9SRVNPVVJDRV9HUk9VUC9jOGFiMDJhNC01NjI5LTRiNTctOGUyNy03ZDZkZjJlN2YzNzA="
},
"notes": "this is a note",
"hotdeskingStatus": "on",
"deviceHostedMeetings": {
"enabled": true,
"siteUrl": "'example.webex.com'"
},
"supportedDevices": "collaborationDevices",
"indoorNavigation": {}
}
}
],
"responseExamples": [
{
"status": "201",
"contentType": "application/json",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL1BMQUNFUy81MTAxQjA3Qi00RjhGLTRFRjctQjU2NS1EQjE5QzdCNzIzRjc",
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY",
"locationId": "YL34GrT...",
"workspaceLocationId": "YL34GrT...",
"floorId": "Y2lzY29z...",
"displayName": "SFO-12 Capanina",
"capacity": 5,
"sipAddress": "test_workspace_1@trialorg.room.ciscospark.com",
"created": "2016-04-21T17:00:00.000Z",
"calling": {
"type": "webexCalling",
"webexCalling": {
"licenses": [
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvMmQzMzIyZDItYTAzNS00YmEzLWI3ZjYtNDc1ODM3Y2UzOTVhOkJDQ0FfNDZlM2YxYWQtZGJhYi00YmQ0LTg3YTAtOWExZmVhNzMxN2Jm"
]
}
},
"calendar": {
"type": "microsoft",
"emailAddress": "workspace@example.com"
},
"notes": "this is a note",
"supportedDevices": "collaborationDevices",
"indoorNavigation": {
"url": "https://example.com"
}
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/webex-createworkspace-example"
All examples
curl "https://apis.io/api/v1/examples?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.