| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This 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.
This collection includes OpenAPI specifications for:
webex-openapi-specs/
├── public-spec/ # OpenAPI specification files
│ ├── webex-admin.json
│ ├── webex-broadworks.json
│ ├── webex-cloud-calling.json
│ ├── webex-contact-center.json
│ ├── webex-device.json
│ ├── webex-meeting.json
│ ├── webex-messaging.json
│ ├── webex-ucm.json
│ └── webex-wholesale.json
└── postman/ # Postman collection exports
├── collections/
├── cloud calling/
└── webex broadWorks/
You can view and interact with these OpenAPI specifications using various tools:
The complete Webex API collection is available on Postman at the Webex Public Workspace. You can fork this workspace to get started quickly with testing Webex APIs.
Alternatively, Postman collections are available in the postman/ directory and can be imported directly into Postman for testing and development.
You can generate client libraries from these specifications using OpenAPI Generator:
# Example: Generate a Python client
openapi-generator-cli generate \
-i public-spec/webex-admin.json \
-g python \
-o ./generated-clients/pythonEach OpenAPI specification contains:
If you find issues or have suggestions for improving these specifications, please open an issue or submit a pull request.
This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). See the LICENSE file for details.
You are free to:
Under the following terms:
For questions about using these specifications or the Webex APIs:
| Back | FazBrowse Home | New Git URL |