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

The configuration API from Wazo — 26 operation(s) for configuration.

Wazo Configuration 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 Configuration. 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 60 operations across 26 paths, and defines 42 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: /1.1, /0.1.

60 operations 26 paths 42 schemas 11 DELETE26 GET11 POST12 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

Wazo Configuration 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 60

Across 26 paths, the API surfaces 60 operations — 11 DELETE, 26 GET, 11 POST, 12 PUT. Each is listed below with its method, path, parameters, and response codes.

configuration 60
GET
/configuration/live_reload
Get live reload status
get_configuration → 200
PUT
/configuration/live_reload
Update live reload status
update_configuration body → 204400
GET
/backends
List all loaded backends
list_backend 5 params → 200
GET
/backends/conference/sources
Get all conference source configurations
list_conference_sources 6 params → 200
POST
/backends/conference/sources
Configure a source for the conference backend
create_conference_source 1 param body → 201400409
GET
/backends/conference/sources/{source_uuid}
Get a conference source configuration
get_a_conference_source 2 params → 200404
PUT
/backends/conference/sources/{source_uuid}
Update a conference source configuration
update_conference_source 2 params body → 204400404409
DELETE
/backends/conference/sources/{source_uuid}
Delete a conference source configuration
delete_conference_source 2 params → 204404
GET
/services
List all loaded services
list_services 4 params → 200
GET
/backends/csv/sources
Get all csv source configurations
list_csv_source 6 params → 200
POST
/backends/csv/sources
Configure a source for the csv backend
create_csv_source 1 param body → 201400409
GET
/backends/csv/sources/{source_uuid}
Get a csv source configuration
get_a_csv_source 2 params → 200404
PUT
/backends/csv/sources/{source_uuid}
Update a csv source configuration
update_csv_source 2 params body → 204400404409
DELETE
/backends/csv/sources/{source_uuid}
Delete a csv source configuration
delete_csv_source 2 params → 204404
GET
/backends/csv_ws/sources
Get all csvws source configurations
list_csv_ws_source 6 params → 200
POST
/backends/csv_ws/sources
Configure a source for the csvws backend
create_csv_ws_source 1 param body → 201400409
GET
/backends/csv_ws/sources/{source_uuid}
Get a csvws source configuration
get_a_csv_ws_source 2 params → 200404
PUT
/backends/csv_ws/sources/{source_uuid}
Update a csvws source configuration
update_csv_ws_source 2 params body → 204400404409
DELETE
/backends/csv_ws/sources/{source_uuid}
Delete a csvws source configuration
delete_csv_ws_source 2 params → 204404
GET
/displays
List displays
list_display 6 params → 200
POST
/displays
Create a new display configuration
create_display 1 param body → 201400
GET
/displays/{display_uuid}
Get display
get_display 2 params → 200404
PUT
/displays/{display_uuid}
Update display
update_display 2 params body → 204400404
DELETE
/displays/{display_uuid}
Delete display
delete_display 2 params → 204404
GET
/backends/google/sources
Get google configuration
list_google_source 6 params → 200
POST
/backends/google/sources
Configure a source for the google backend
create_google_source 1 param body → 201400409
GET
/backends/google/sources/{source_uuid}
Get a google source configuration
get_a_google_source 2 params → 200404
PUT
/backends/google/sources/{source_uuid}
Update a google source configuration
update_google_source 2 params body → 204400404409
DELETE
/backends/google/sources/{source_uuid}
Delete a google source configuration
delete_google_source 2 params → 204404
GET
/backends/ldap/sources
Get all ldap source configurations
list_ldap_source 6 params → 200
POST
/backends/ldap/sources
Configure a source for the ldap backend
create_ldap_source 1 param body → 201400409
GET
/backends/ldap/sources/{source_uuid}
Get a ldap source configuration
get_a_ldap_source 2 params → 200404
PUT
/backends/ldap/sources/{source_uuid}
Update a ldap source configuration
update_ldap_source 2 params body → 204400404409
DELETE
/backends/ldap/sources/{source_uuid}
Delete a ldap source configuration
delete_ldap_source 2 params → 204404
GET
/backends/office365/sources
Get microsoft configuration
list_microsoft_source 6 params → 200
POST
/backends/office365/sources
Configure a source for the microsoft backend
create_microsoft_source 1 param body → 201400409
GET
/backends/office365/sources/{source_uuid}
Get a microsoft source configuration
get_a_microsoft_source 2 params → 200404
PUT
/backends/office365/sources/{source_uuid}
Update a microsoft source configuration
update_microsoft_source 2 params body → 204400404409
DELETE
/backends/office365/sources/{source_uuid}
Delete a microsoft source configuration
delete_microsoft_source 2 params → 204404
GET
/backends/personal/sources
Get all personal source configurations
list_personal_source 6 params → 200
POST
/backends/personal/sources
Configure a source for the personal backend
create_personal_source 1 param body → 201400409
GET
/backends/personal/sources/{source_uuid}
Get a personal source configuration
get_a_personal_source 2 params → 200404
PUT
/backends/personal/sources/{source_uuid}
Update a personal source configuration
update_personal_source 2 params body → 204400404409
DELETE
/backends/personal/sources/{source_uuid}
Delete a personal source configuration
delete_personal_source 2 params → 204404
GET
/backends/phonebook/sources
Get all phonebook source configurations
list_phonebook_source 6 params → 200
POST
/backends/phonebook/sources
Configure a source for the phonebook backend
create_phonebook_source 1 param body → 201400409
GET
/backends/phonebook/sources/{source_uuid}
Get a phonebook source configuration
get_a_phonebook_source 2 params → 200404
PUT
/backends/phonebook/sources/{source_uuid}
Update a phonebook source configuration
update_phonebook_source 2 params body → 204400404409
DELETE
/backends/phonebook/sources/{source_uuid}
Delete a phonebook source configuration
delete_phonebook_source 2 params → 204404
POST
/profiles
Create a new configuration profile
create_profile 1 param body → 201400409
GET
/profiles
List all configured profiles
list_profile 7 params → 200
GET
/profiles/{profile_uuid}
Get a profile configuration
get_profile 2 params → 200404
PUT
/profiles/{profile_uuid}
Update a profile configuration
update_profile 2 params body → 204400404409
DELETE
/profiles/{profile_uuid}
Delete a profile configuration
delete_profile 2 params → 204404
GET
/sources
List all configured sources
list_source 7 params → 200
GET
/backends/wazo/sources
Get all wazo source configurations
list_wazo_source 6 params → 200
POST
/backends/wazo/sources
Configure a source for the wazo backend
create_wazo_source 1 param body → 201400409
GET
/backends/wazo/sources/{source_uuid}
Get a wazo source configuration
get_a_wazo_source 2 params → 200404
PUT
/backends/wazo/sources/{source_uuid}
Update a wazo source configuration
update_wazo_source 2 params body → 204400404409
DELETE
/backends/wazo/sources/{source_uuid}
Delete a wazo source configuration
delete_wazo_source 2 params → 204404

Schemas 42

The contract defines 42 schemas that model the data the API accepts and returns. The most detailed are Source (5 properties), APIError (4 properties), SourceListItem (3 properties), LegacyError (3 properties). Each schema is shown below with its type and property counts.

Error
array
LiveReload
object
1 property
LegacyError
object
Error message for the client
3 properties
MicrosoftSource
In addition to the keys defined by the [Microsoft API](https://docs.microsoft.com/en-us/graph/api/resources/contact?view=graph-rest-1.0), formatcolumns also ac…
DisplayIdentifier
APIError
object
4 properties
MicrosoftSourceItems
SourceListItems
object
3 properties 3 required
BackendItems
Profile
SourceListItem
object
3 properties 3 required
PhonebookSource
PersonalSource
SourceItems
object
2 properties
PhonebookSourceItems
WazoAuthConfigNoAuth
ConferenceSource
WazoSourceItems
LDAPSource
LDAPSourceItems
GoogleSourceItems
DisplayItems
ConferenceSourceItems
WazoAuthConfig
Backend
ServiceConfiguration
object
2 properties
PersonalSourceItems
ServiceItems
ProfileItems
DisplayColumn
ExternalServiceConfig
object
3 properties
ConfdConfig
GoogleSource
CSVWSSourceItems
WazoSource
CSVSourceItems
SourceIdentifier
CSVWSSource
CSVSource
Source
object
5 properties
Service
Display

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wazo-configuration-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 Asterisk API
Wazo Backends API
Where this information came from

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