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 Locations API

The Locations API from Webex — 4 operation(s) for locations.

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

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

This API exposes 10 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

10 operations 4 paths 9 schemas 2 DELETE4 GET2 POST2 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 Locations 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 10

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

Locations 10
GET
/locations
List Locations
listLocations 4 params → 200400401403404405409410
POST
/locations
Create a Location
createLocation 1 param body → 201400401403404405409410
GET
/locations/{locationId}
Get Location Details
getLocationDetails 2 params → 200400401403404405409410
PUT
/locations/{locationId}
Update a Location
updateLocation 2 params body → 204400401403404405409410
DELETE
/locations/{locationId}
Delete Location
deleteLocation 2 params → 204400401403404405409410
GET
/locations/{locationId}/floors
List Location Floors
listLocationFloors 1 param → 200400401403404405409410
POST
/locations/{locationId}/floors
Create a Location Floor
createLocationFloor 1 param body → 201400401403404405409410
GET
/locations/{locationId}/floors/{floorId}
Get Location Floor Details
getLocationFloorDetails 2 params → 200400401403404405409410
PUT
/locations/{locationId}/floors/{floorId}
Update a Location Floor
updateLocationFloor 2 params body → 200400401403404405409410
DELETE
/locations/{locationId}/floors/{floorId}
Delete a Location Floor
deleteLocationFloor 2 params → 204400401403404405409410

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PostCommonLocationObject (8 properties), FloorUpdated (4 properties), Floor (4 properties), PutCommonLocationObject (4 properties). Each schema is shown below with its type and property counts.

FloorCreationRequest
object
2 properties 1 required
Location
object
Details of the location for the assigned assistant.
2 properties 2 required
Floor
object
4 properties 1 required
PostCommonLocationObject
object
8 properties 5 required
LocationsCollectionResponse
object
1 property
PutCommonLocationObject
object
4 properties
FloorCollectionResponse
object
1 property
FloorUpdated
object
4 properties 1 required
FloorUpdateRequest
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webex-locations-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