API Documentation

The DIDWW API is a REST-based service that enables seamless integration of your applications with DIDWW services. It allows you to manage phone numbers, configure services, set capacities, create SIP trunks, and retrieve call detail records (CDRs) and other operational data.

This API is ideal for building custom dashboards, developing mobile applications, and automating both front-end and back-end processes.

The API is fully compliant with the JSON API specification, which standardizes how applications request and modify resources, and how servers respond to those requests. It provides a straightforward set of HTTP endpoints that support GET, PUT, POST, PATCH, and DELETE methods, enabling seamless access to our services.

Note

This documentation assumes familiarity with web programming concepts, JSON data formats, and the JSON API specification. For additional details, refer to the JSON API official website.