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

The endpoints API from Wazo — 18 operation(s) for endpoints.

Wazo Endpoints 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.

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 39 operations across 18 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version 1.1.

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

39 operations 18 paths 24 schemas 11 DELETE12 GET5 POST11 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 Endpoints 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 39

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

endpoints 39
GET
/endpoints/custom
List Custom endpoints
list_endpoints_custom 7 params → 200
POST
/endpoints/custom
Create Custom endpoint
create_endpoint_custom 1 param body → 201400
GET
/endpoints/custom/{custom_id}
Get Custom Endpoint
get_endpoint_custom 2 params → 200404
PUT
/endpoints/custom/{custom_id}
Update Custom Endpoint
update_endpoint_custom 2 params body → 204400404
DELETE
/endpoints/custom/{custom_id}
Delete Custom Endpoint
delete_endpoint_custom 2 params → 204400404
GET
/endpoints/iax
List IAX endpoints
list_endpoints_iax 7 params → 200
POST
/endpoints/iax
Create IAX endpoint
create_endpoint_iax 1 param body → 201400
GET
/endpoints/iax/{iax_id}
Get IAX Endpoint
get_endpoint_iax 2 params → 200404
PUT
/endpoints/iax/{iax_id}
Update IAX Endpoint
update_endpoint_iax 2 params body → 204400404
DELETE
/endpoints/iax/{iax_id}
Delete IAX Endpoint
delete_endpoint_iax 2 params → 204400404
GET
/endpoints/sccp
List SCCP endpoints
list_endpoints_sccp 7 params → 200
POST
/endpoints/sccp
Create SCCP endpoint
create_endpoint_sccp 1 param body → 201400
GET
/endpoints/sccp/{sccp_id}
Get SCCP Endpoint
get_endpoint_sccp 2 params → 200404
PUT
/endpoints/sccp/{sccp_id}
Update SCCP Endpoint
update_endpoint_sccp 2 params body → 204400404
DELETE
/endpoints/sccp/{sccp_id}
Delete SCCP Endpoint
delete_endpoint_sccp 2 params → 204400404
GET
/endpoints/sip
List SIP endpoints
list_endpoints_sip 8 params → 200
POST
/endpoints/sip
Create a SIP endpoint
create_endpoint_sip 1 param body → 201400
GET
/endpoints/sip/{sip_uuid}
Get SIP Endpoint
get_endpoint_sip 3 params → 200404
PUT
/endpoints/sip/{sip_uuid}
Update SIP Endpoint
update_endpoint_sip 2 params body → 204400404
DELETE
/endpoints/sip/{sip_uuid}
Delete SIP Endpoint
delete_endpoint_sip 2 params → 204400404
GET
/endpoints/sip/templates
List SIP endpoints templates
list_endpoints_sip_templates 7 params → 200
POST
/endpoints/sip/templates
Create a SIP endpoint template
create_endpoint_sip_template 1 param body → 201400
GET
/endpoints/sip/templates/{template_uuid}
Get SIP Endpoint template
get_endpoint_sip_template 2 params → 200404
PUT
/endpoints/sip/templates/{template_uuid}
Update SIP Endpoint Template
update_endpoint_sip_template 2 params body → 204400404
DELETE
/endpoints/sip/templates/{template_uuid}
Delete SIP Endpoint Template
delete_endpoint_sip_template 2 params → 204400404
PUT
/lines/{line_id}/endpoints/custom/{custom_id}
Associate line and Custom endpoint
associate_line_endpoint_custom 2 params → 204400404
DELETE
/lines/{line_id}/endpoints/custom/{custom_id}
Dissociate line and Custom endpoint
dissociate_line_endpoint_custom 2 params → 204400404
PUT
/lines/{line_id}/endpoints/sccp/{sccp_id}
Associate line and SCCP endpoint
associate_line_endpoint_sccp 2 params → 204400404
DELETE
/lines/{line_id}/endpoints/sccp/{sccp_id}
Dissociate line and SCCP endpoint
dissociate_line_endpoint_sccp 2 params → 204400404
PUT
/lines/{line_id}/endpoints/sip/{sip_uuid}
Associate line and SIP endpoint
associate_line_endpoint_sip 2 params → 204400404
DELETE
/lines/{line_id}/endpoints/sip/{sip_uuid}
Dissociate line and SIP endpoint
dissociate_line_endpoint_sip 2 params → 204400404
PUT
/trunks/{trunk_id}/endpoints/custom/{custom_id}
Associate trunk and Custom endpoint
associate_trunk_endpoint_custom 2 params → 204400404
DELETE
/trunks/{trunk_id}/endpoints/custom/{custom_id}
Dissociate trunk and Custom endpoint
dissociate_trunk_endpoint_custom 2 params → 204400404
PUT
/trunks/{trunk_id}/endpoints/iax/{iax_id}
Associate trunk and IAX endpoint
associate_trunk_endpoint_iax 2 params → 204400404
DELETE
/trunks/{trunk_id}/endpoints/iax/{iax_id}
Dissociate trunk and IAX endpoint
dissociate_trunk_endpoint_iax 2 params → 204400404
PUT
/trunks/{trunk_id}/endpoints/sip/{sip_uuid}
Associate trunk and SIP endpoint
associate_trunk_endpoint_sip 2 params → 204400404
DELETE
/trunks/{trunk_id}/endpoints/sip/{sip_uuid}
Dissociate trunk and SIP endpoint
dissociate_trunk_endpoint_sip 2 params → 204400404
GET
/users/{user_uuid}/lines/{line_id}/associated/endpoints/sip
Get SIP endpoint of a line for a user
get_user_line_associated_endpoints_sip 3 params → 200400
GET
/users/{user_uuid}/lines/main/associated/endpoints/sip
Get SIP endpoint of main line for a user
get_user_line_main_associated_endpoints_sip 2 params → 200400

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are EndpointSIP (14 properties), EndpointCustomItems (2 properties), EndpointCustomRelationBase (2 properties), EndpointIAXItems (2 properties). Each schema is shown below with its type and property counts.

SIPIdentifySectionOptions
SIPTransportRelation
object
1 property 1 required
EndpointSIP
object
14 properties
EndpointRelationLine
object
1 property
SIPAuthSectionOptions
EndpointSIPItems
object
2 properties
KeyValueOption
array
Options must have the following form: { "options": [ ["option", "value"], ] }
EndpointSccpRelationBase
object
1 property
EndpointCustomItems
object
2 properties
EndpointSIPTemplatesRelation
object
2 properties 1 required
EndpointCustomRelationBase
object
2 properties
TrunkRelationBase
object
2 properties
SIPAORSectionOptions
EndpointCustom
SIPEndpointSectionOptions
EndpointSccpItems
object
2 properties
SIPRegistrationSectionOptions
EndpointSccp
Error
array
EndpointRelationTrunk
object
1 property
LineRelationBase
object
2 properties
EndpointIAX
EndpointIAXItems
object
2 properties
EndpointIAXRelationBase
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wazo-endpoints-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 Endpoints 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.