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

Wazo Asterisk API

The asterisk API from Wazo — 17 operation(s) for asterisk.

Wazo Asterisk API is one of 113 APIs that Wazo publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include asterisk. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, a changelog, authentication docs, and an AsyncAPI specification.

This API exposes 33 operations across 17 paths, and defines 18 schemas. It is described by OpenAPI 3.2.0, at version 1.1.

Requests are made against a single base URL, /1.1.

33 operations 17 paths 18 schemas 17 GET16 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1
Base URL
https://{wazo_stack}/api/auth/0.1
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Wazo Asterisk API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Auth-Token (wazo_auth_token). By default, every request must be authenticated.

Paths & Operations 33

Across 17 paths, the API surfaces 33 operations — 17 GET, 16 PUT. Each is listed below with its method, path, parameters, and response codes.

asterisk 33
GET
/asterisk/confbridge/wazo_default_bridge
List ConfBridge wazodefaultbridge options
list_asterisk_confbridge_wazo_default_bridge → 200
PUT
/asterisk/confbridge/wazo_default_bridge
Update ConfBridge wazodefaultbridge option
update_asterisk_confbridge_wazo_default_bridge body → 204400404
GET
/asterisk/confbridge/wazo_default_user
List ConfBridge wazodefaultuser options
list_asterisk_confbridge_wazo_default_user → 200
PUT
/asterisk/confbridge/wazo_default_user
Update ConfBridge wazodefaultuser option
update_asterisk_confbridge_wazo_default_user body → 204400404
GET
/asterisk/features/applicationmap
List Features applicationmap options
list_asterisk_features_applicationmap → 200
PUT
/asterisk/features/applicationmap
Update Features applicationmap option
update_asterisk_features_applicationmap body → 204400404
GET
/asterisk/features/featuremap
List Features featuremap options
list_asterisk_features_featuremap → 200
PUT
/asterisk/features/featuremap
Update Features featuremap option
update_asterisk_features_featuremap body → 204400404
GET
/asterisk/features/general
List Features general options
list_asterisk_features_general → 200
PUT
/asterisk/features/general
Update Features general option
update_asterisk_features_general body → 204400404
GET
/asterisk/hep/general
List HEP general options
list_asterisk_hep_general → 200
PUT
/asterisk/hep/general
Update HEP general option
update_asterisk_hep_general body → 204400
GET
/asterisk/iax/callnumberlimits
List IAX callnumberlimits options
list_asterisk_iax_callnumberlimits → 200
PUT
/asterisk/iax/callnumberlimits
Update IAX callnumberlimits option
update_asterisk_iax_callnumberlimits body → 204400404
GET
/asterisk/iax/general
List IAX general options
list_asterisk_iax_general → 200
PUT
/asterisk/iax/general
Update IAX general option
update_asterisk_iax_general body → 204400404
GET
/asterisk/pjsip/doc
List all PJSIP configuration options
show_pjsip_doc → 200400
GET
/asterisk/pjsip/system
List of PJSIP options for the system section
list_asterisk_pjsip_system → 200
PUT
/asterisk/pjsip/system
Update PJSIP section options
update_asterisk_pjsip_system body → 204400404
GET
/asterisk/pjsip/global
List of PJSIP options for the global section
list_asterisk_pjsip_global → 200
PUT
/asterisk/pjsip/global
Update PJSIP section options
update_asterisk_pjsip_global body → 204400404
GET
/asterisk/queues/general
List Queue general options
list_asterisk_queue_general → 200
PUT
/asterisk/queues/general
Update Queue general option
update_asterisk_queue_general body → 204400404
GET
/asterisk/rtp/general
List RTP general options
list_asterisk_rtp_general → 200
PUT
/asterisk/rtp/general
Update RTP general option
update_asterisk_rtp_general body → 204400404
GET
/asterisk/rtp/ice_host_candidates
List RTP icehostcandidates options
list_asterisk_rtp_ice_host_candidates → 200
PUT
/asterisk/rtp/ice_host_candidates
Update RTP icehostcandidates option
update_asterisk_rtp_ice_host_candidates body → 204400404
GET
/asterisk/sccp/general
List SCCP general options
list_asterisk_sccp_general → 200
PUT
/asterisk/sccp/general
Update SCCP general option
update_asterisk_sccp_general body → 204400404
GET
/asterisk/voicemail/general
List Voicemail general options
list_asterisk_voicemail_general → 200
PUT
/asterisk/voicemail/general
Update Voicemail general option
update_asterisk_voicemail_general body → 204400404
GET
/asterisk/voicemail/zonemessages
List Voicemail zonemessages options
list_asterisk_voicemail_zonemessages → 200
PUT
/asterisk/voicemail/zonemessages
Update Voicemail zonemessages option
update_asterisk_voicemail_zonemessages body → 204400404

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are PJSIPConfigurationOptions (9 properties), PJSIPConfigurationOption (4 properties), VoicemailZoneMessage (3 properties), IAXCallNumberLimits (3 properties). Each schema is shown below with its type and property counts.

IAXCallNumberLimits
object
3 properties 3 required
VoicemailGeneral
object
Voicemail general configuration. This configuration will be in the file 'voicemail.conf' used by asterisk. Please consult the asterisk documentation for furthe…
1 property
ConfBridgeConfiguration
object
This configuration will be in the file 'confbridge.conf' used by asterisk. Please consult the asterisk documentation for further details on available parameter…
1 property
IAXCallNumberLimitss
object
1 property
RTPConfiguration
object
This configuration will be in the file 'rtp.conf' used by asterisk. Please consult the asterisk documentation for further details on available parameters.
1 property
KeyValueOption
array
Options must have the following form: { "options": [ ["option", "value"], ] }
PJSIPConfigurationOptions
object
9 properties
VoicemailZoneMessages
object
1 property
PJSIPGlobal
object
PJSIP global configuration. This configuration will be in the file ''pjsip.conf'' used by asterisk.
1 property
PJSIPConfigurationOption
object
4 properties
VoicemailZoneMessage
object
3 properties 2 required
SCCPGeneral
object
SCCP general configuration. This configuration will be in the file 'sccp.conf' used by asterisk.
1 property
PJSIPSystem
object
PJSIP system configuration. This configuration will be in the file ''pjsip.conf'' used by asterisk.
1 property
QueueGeneral
object
Queue general configuration. This configuration will be in the file 'queue.conf' used by asterisk. Please consult the asterisk documentation for further detail…
1 property
FeaturesConfiguration
object
This configuration will be in the file 'features.conf' used by asterisk. Please consult the asterisk documentation for further details on available parameters.
1 property
HEPConfiguration
object
This configuration will be in the file 'hep.conf' used by asterisk. Please consult the asterisk documentation for further details on available parameters.
1 property
IAXGeneral
object
IAX general configuration. This configuration will be in the file 'iax.conf' used by asterisk. Please consult the asterisk documentation for further details on…
2 properties
Error
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wazo-asterisk-api-openapi.yml Raw ↑

Other APIs Wazo publishes across the network.

Wazo Phone Provisioning API (wazo-provd)
Wazo Websocket Event Stream (wazo-websocketd)
Wazo Aastra API
Wazo Access Features API
Wazo Action API
Wazo Adhoc Conferences API
Wazo Admin API
Wazo Agent Statistics API
Wazo Agents API
Wazo Applications API
Wazo Backends API
Wazo Blocklist API
Where this information came from

This is an independent, third-party profile of Wazo Asterisk 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.