{"id":50335685,"url":"https://github.com/webex/webex-openapi-specs","last_synced_at":"2026-05-29T13:30:38.968Z","repository":{"id":353513449,"uuid":"991558452","full_name":"webex/webex-openapi-specs","owner":"webex","description":"All the public api specs for webex suite product","archived":false,"fork":false,"pushed_at":"2026-05-27T09:35:08.000Z","size":23343,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T11:25:04.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-27T20:08:39.000Z","updated_at":"2026-05-27T09:35:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webex/webex-openapi-specs","commit_stats":null,"previous_names":["webex/webex-openapi-specs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webex/webex-openapi-specs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-openapi-specs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-openapi-specs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-openapi-specs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-openapi-specs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webex","download_url":"https://codeload.github.com/webex/webex-openapi-specs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-openapi-specs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33655440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-29T13:30:38.264Z","updated_at":"2026-05-29T13:30:38.959Z","avatar_url":"https://github.com/webex.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webex OpenAPI Specifications\n\n[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)\n[![OpenAPI](https://img.shields.io/badge/OpenAPI-3.0-green.svg)](https://swagger.io/specification/)\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://www.postman.com/webexdev/webex-public-workspace-beta)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/webex/webex-openapi-specs)\n\nThis repository contains OpenAPI specifications for various Webex APIs and services. These specifications provide detailed documentation of API endpoints, request/response schemas, and authentication requirements for integrating with Webex platforms.\n\n## Overview\n\nThis collection includes OpenAPI specifications for:\n\n- **Webex Admin** - Administrative APIs for managing Webex organizations\n- **Webex BroadWorks** - APIs for Webex BroadWorks integration\n- **Webex Cloud Calling** - Cloud calling service APIs\n- **Webex Contact Center** - Contact center management APIs\n- **Webex Device** - Device management and configuration APIs\n- **Webex Meeting** - Meeting creation and management APIs\n- **Webex Messaging** - Messaging and collaboration APIs\n- **Webex UCM** - Unified Communications Manager APIs\n- **Webex Wholesale** - Wholesale platform APIs\n\n## Repository Structure\n\n```\nwebex-openapi-specs/\n├── public-spec/          # OpenAPI specification files\n│   ├── webex-admin.json\n│   ├── webex-broadworks.json\n│   ├── webex-cloud-calling.json\n│   ├── webex-contact-center.json\n│   ├── webex-device.json\n│   ├── webex-meeting.json\n│   ├── webex-messaging.json\n│   ├── webex-ucm.json\n│   └── webex-wholesale.json\n└── postman/              # Postman collection exports\n    ├── collections/\n    ├── cloud calling/\n    └── webex broadWorks/\n```\n\n## Usage\n\n### Viewing Specifications\n\nYou can view and interact with these OpenAPI specifications using various tools:\n\n1. **Swagger UI**: Import any specification file into [Swagger Editor](https://editor.swagger.io/)\n2. **Postman**: Import the specification files directly into Postman\n3. **OpenAPI Generators**: Use [OpenAPI Generator](https://openapi-generator.tech/) to create client libraries in various programming languages\n\n### Importing into Postman\n\nThe complete Webex API collection is available on Postman at the [Webex Public Workspace](https://www.postman.com/webexdev/webex-public-workspace-beta). You can fork this workspace to get started quickly with testing Webex APIs.\n\nAlternatively, Postman collections are available in the `postman/` directory and can be imported directly into Postman for testing and development.\n\n### Generating Client Libraries\n\nYou can generate client libraries from these specifications using OpenAPI Generator:\n\n```bash\n# Example: Generate a Python client\nopenapi-generator-cli generate \\\n  -i public-spec/webex-admin.json \\\n  -g python \\\n  -o ./generated-clients/python\n```\n\n## API Documentation\n\nEach OpenAPI specification contains:\n\n- Complete endpoint definitions\n- Request/response schemas\n- Authentication requirements\n- Parameter descriptions\n- Example requests and responses\n\n## Contributing\n\nIf you find issues or have suggestions for improving these specifications, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). See the [LICENSE](LICENSE) file for details.\n\nYou are free to:\n- **Share** — copy and redistribute the material in any medium or format\n- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially\n\nUnder the following terms:\n- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made\n\n## Related Resources\n\n- [Webex Developer Portal](https://developer.webex.com/)\n- [Webex API Documentation](https://developer.webex.com/docs/api/getting-started)\n- [OpenAPI Specification](https://swagger.io/specification/)\n\n## Support\n\nFor questions about using these specifications or the Webex APIs:\n- Visit the [Webex Developer Community](https://community.cisco.com/t5/webex-for-developers/bd-p/disc-webex-developers)\n- Check the [Webex API Documentation](https://developer.webex.com/docs)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fwebex-openapi-specs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebex%2Fwebex-openapi-specs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fwebex-openapi-specs/lists"}