Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Webex Callbacks API

APIs for scheduling and managing callbacks for customers.

Webex Callbacks API is one of 178 APIs that Webex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Callbacks. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

5 operations 2 paths 7 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Authentication
OAuth 2.0, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Webex Callbacks API declares 3 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. It accepts HTTP bearer tokens (JWT) (bearer-key). It supports OAuth 2.0 (bearerAuth) using the authorizationCode flow, exposing 1 scope.

  • bearer-key — e.g. Bearer YOURAUTHORIZATIONTOKEN
  • bearerAuth — OAuth 2.0 Bearer token authentication

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Callbacks 5

APIs for scheduling and managing callbacks for customers.

POST
/v1/callbacks/organization/{orgId}/scheduled-callback
Schedule a Callback
ScheduleCallback 1 param body → 201400401403429500503
GET
/v1/callbacks/organization/{orgId}/scheduled-callback
Get scheduled callbacks
GetScheduledCallbacks 7 params → 200400401403429500503
GET
/v1/callbacks/organization/{orgId}/scheduled-callback/{id}
Get scheduled callback by Id
GetScheduledCallbackById 2 params → 200401403404429500503
PUT
/v1/callbacks/organization/{orgId}/scheduled-callback/{id}
Update scheduled callback by Id
UpdateScheduledCallbackById 2 params body → 200400401403404429500503
DELETE
/v1/callbacks/organization/{orgId}/scheduled-callback/{id}
Delete scheduled callback by Id
DeleteScheduledCallbackById 2 params → 204401403404429500503

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are CallbackSchedule (16 properties), ScheduleCallbackRequest (10 properties), CallbackScheduleMetadata (6 properties), PaginationLinks (5 properties). Each schema is shown below with its type and property counts.

CallbackScheduleUpdateRequest
CallbackSchedule
object
16 properties 12 required
ScheduleCallbackRequest
object
10 properties 7 required
CallbackSchedulesResponse
object
2 properties
CallbackScheduleMetadata
object
6 properties 6 required
PaginationLinks
object
5 properties 1 required
ScheduleCallbackResponse
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webex-callbacks-api-openapi.yml Raw ↑

Other APIs Webex publishes across the network.

Webex Address Book API
Webex Admin Audit Events API
Webex Agent Personal Greeting Files API
Webex Agent Summaries API
Webex Agent Wellbeing API
Webex Agents API
Webex AI Feature API
Webex API - Domain Management API
Webex Archive Users API
Webex Attachment Actions API
Webex Audio Files API
Webex Authorizations API