How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Webex Emergency Services Settings API

The Emergency Services Settings API from Webex — 17 operation(s) for emergency services settings.

Webex Emergency Services Settings API is one of 193 APIs that Webex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 26 operations across 17 paths, and defines 44 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

26 operations 17 paths 44 schemas 14 GET3 POST9 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 3

Webex Emergency Services Settings 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 accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearer-key — e.g. Bearer YOURAUTHORIZATIONTOKEN
  • bearerAuth — e.g. Bearer YOURAUTHORIZATIONTOKEN

Paths & Operations 26

Across 17 paths, the API surfaces 26 operations — 14 GET, 3 POST, 9 PUT. Each is listed below with its method, path, parameters, and response codes.

Emergency Services Settings 26
PUT
/telephony/config/redSky/serviceSettings
Update RedSky Service Settings
Update RedSky Service Settings 1 param body → 204400401403404405409410
POST
/telephony/config/redSky
Create an Account and Admin in RedSky
Create an Account and Admin in RedSky 1 param body → 201400401403404405409410
GET
/telephony/config/redSky
Retrieve RedSky Account Details for an Organization
Retrieve RedSky Account Details for an Organization 1 param → 200400401403404405409410
PUT
/telephony/config/redSky/status
Update the Organization RedSky Account's Compliance Status
Update the Organization RedSky Account's Compliance Status 1 param body → 200400401403404405409410
GET
/telephony/config/redSky/status
Get the Organization Compliance Status for a RedSky Account
Get the Organization Compliance Status for a RedSky Account 1 param → 200400401403404405409410
GET
/telephony/config/redSky/complianceStatus
Get the Organization Compliance Status and the Location Status List
Get the Organization Compliance Status and the Location Status List 4 params → 200400401403404405409410
POST
/telephony/config/redSky/actions/login/invoke
Login to a RedSky Admin Account
Login to a RedSky Admin Account 1 param body → 200400401403404405409410
GET
/telephony/config/locations/{locationId}/redSky
Get a Location's RedSky Emergency Calling Parameters
Get a Location's RedSky Emergency Calling Parameters 2 params → 200400401403404405409410
GET
/telephony/config/locations/{locationId}/redSky/status
Get a Location's RedSky Compliance Status
Get a Location's RedSky Compliance Status 2 params → 200400401403404405409410
PUT
/telephony/config/locations/{locationId}/redSky/status
Update a Location's RedSky Compliance Status
Update a Location's RedSky Compliance Status 2 params body → 200400401403404405409410
POST
/telephony/config/locations/{locationId}/redSky/building
Create a RedSky Building Address and Alert Email for a Location
Create a RedSky Building Address and Alert Email for a Location 2 params body → 201400401403404405409410
PUT
/telephony/config/locations/{locationId}/redSky/building
Update a RedSky Building Address for a Location
Update a RedSky Building Address for a Location 2 params body → 204400401403404405409410
GET
/telephony/config/emergencyCallNotification
Get an Organization Emergency Call Notification
Get an Organization Emergency Call Notification 1 param → 200400401403404405409410
PUT
/telephony/config/emergencyCallNotification
Update an Organization Emergency Call Notification
Update an Organization Emergency Call Notification 1 param body → 204400401403404405409410
GET
/telephony/config/locations/{locationId}/emergencyCallNotification
Get a Location Emergency Call Notification
Get a Location Emergency Call Notification 2 params → 200400401403404405409410
PUT
/telephony/config/locations/{locationId}/emergencyCallNotification
Update a Location Emergency Call Notification
Update a Location Emergency Call Notification 2 params body → 204400401403404405409410
GET
/telephony/config/huntGroups/{huntGroupId}/emergencyCallbackNumber/dependencies
Get Dependencies for a Hunt Group Emergency Callback Number
Get Dependencies for a Hunt Group Emergency Callback Number 2 params → 200400401403404405409410
GET
/telephony/config/people/{personId}/emergencyCallbackNumber
Get a Person's Emergency Callback Number
Get a Person's Emergency Callback Number 2 params → 200400401403404405409410
PUT
/telephony/config/people/{personId}/emergencyCallbackNumber
Update a Person's Emergency Callback Number
Update a Person's Emergency Callback Number 2 params body → 204400401403404405409410
GET
/telephony/config/people/{personId}/emergencyCallbackNumber/dependencies
Retrieve A Person's Emergency Callback Number Dependencies
Retrieve A Person's Emergency Callback Number Dependencies 2 params → 200400401403404405409410
GET
/telephony/config/workspaces/{workspaceId}/emergencyCallbackNumber
Get a Workspace Emergency Callback Number
Get a Workspace Emergency Callback Number 2 params → 200400401403404405409410
PUT
/telephony/config/workspaces/{workspaceId}/emergencyCallbackNumber
Update a Workspace Emergency Callback Number
Update a Workspace Emergency Callback Number 2 params body → 204400401403404405409410
GET
/telephony/config/workspaces/{workspaceId}/emergencyCallbackNumber/dependencies
Retrieve Workspace Emergency Callback Number Dependencies
Retrieve Workspace Emergency Callback Number Dependencies 2 params → 200400401403404405409410
GET
/telephony/config/virtualLines/{virtualLineId}/emergencyCallbackNumber/dependencies
Get Dependencies for a Virtual Line Emergency Callback Number
Get Dependencies for a Virtual Line Emergency Callback Number 2 params → 200400401403404405409410
GET
/telephony/config/virtualLines/{virtualLineId}/emergencyCallbackNumber
Get the Virtual Line's Emergency Callback Settings
getVirtualLineEmergencyCallbackSettings 2 params → 200400401403404405409410
PUT
/telephony/config/virtualLines/{virtualLineId}/emergencyCallbackNumber
Update a Virtual Line's Emergency Callback settings
Update a Virtual Line's Emergency Callback settings 2 params body → 204400401403404405409410

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are GetPersonCallbackNumberObject (7 properties), AddressObject (6 properties), GetWorkspaceCallbackNumberObject (6 properties), RedSkyServiceSettingsObject (6 properties). Each schema is shown below with its type and property counts.

GetLocationComplianceStatusResponse
object
6 properties 2 required
GetComplianceStatusResponseLocationStateEnum
string
OPTEDOUT - Customer has opted out of the E911 service. EXEMPTED - RedSky account compliance status has been exempted. LOCATIONSETUP - RedSky account is pending…
ComplianceStatusResponseEnum
string
OPTEDOUT - Customer has opted out of the E911 service. EXEMPTED - RedSky account compliance status has been exempted. NONCOMPLIANT - RedSky account is non-comp…
RedSkyGetObject
object
4 properties
GetWorkspaceCallbackNumberDependenciesObject
object
3 properties 3 required
ECBNSelectionType
string
DIRECTLINE - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the membe…
VirtualLinesECBNDependenciesObject
object
3 properties 3 required
PutLocationCallNotificationObject
object
2 properties
GetComplianceStatusResponseLocationStatusObject
object
2 properties
LoginRequest
object
3 properties 2 required
PutWorkspaceECBNObject
object
3 properties
OrgCallNotificationObject
object
3 properties
GetLocationCallNotificationObject
object
3 properties
CallBackSelectedPatch
string
DIRECTLINE - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the membe…
ComplianceStatusResponseRedSkyClientLocation
object
2 properties 2 required
LoginResponse
object
3 properties 3 required
GetLocationCallingParamtersResponse
object
2 properties
PutECBNObject
object
2 properties 1 required
MemberType
string
PEOPLE - Indicates the associated member is a person. PLACE - Indicates the associated member is a workspace.
CreateBuildingRequest
object
2 properties 1 required
ECBNDirectLineEffectiveLevelType
string
DIRECTLINE - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the membe…
RedSkyComplianceStatusRequestObject
object
1 property 1 required
PutPersonECBNObject
object
4 properties
GetComplianceStatusResponse
object
6 properties 2 required
GetPersonCallbackNumberObject
object
7 properties
ComplianceStatusResponse
object
6 properties 2 required
UpdateLocationComplianceStatusResponse
object
1 property
GetComplianceStatusResponseRedSkyClientLocation
object
3 properties 2 required
LocationMemberInfoEffectiveLevelType
string
DIRECTLINE - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the membe…
OrgStatusEnum
string
INITIALISE - RedSky account configuration process is in progress. ENABLED - RedSky account configuration process is complete. OPTEDOUT - Customer has opted out…
ComplianceStatusResponseLocationStatusObject
object
3 properties
ComplianceStatusRequestEnum
string
OPTEDOUT - Customer has opted out of the E911 service. LOCATIONSETUP - Building and locations stage of the RedSky account creation has been completed. ALERTS -…
orgPrefixObject
string
wxc - The customer is Webex calling. wxc-whs - The customer is a wholesale.
UpdateBuildingRequest
object
1 property
AddressObject
object
6 properties
VirtualLinesECBNObject
object
5 properties 1 required
GetHuntGroupCallbackNumberDependenciesObject
object
3 properties 3 required
ECBNQualityType
string
RECOMMENDED - An activated number, associated with a User or Workspace. NOTRECOMMENDED - An activated number, associated with anything else, like Auto Attendan…
GetWorkspaceCallbackNumberObject
object
6 properties
ComplianceStatusLocationStatusObject
object
3 properties
UpdateComplianceStatusResponseLocationStateEnum
string
LOCATIONSETUP - RedSky account is pending location setup. ALERTS - RedSky account is pending email notification configuration. NETWORKELEMENTS - RedSky account…
RedSkyServiceSettingsObject
object
6 properties 1 required
RedSkyCreateObject
object
3 properties 1 required
GetPersonCallbackNumberDependenciesObject
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webex-emergency-services-settings-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
Where this information came from

This is an independent, third-party profile of Webex Emergency Services Settings API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.