API reference¶
Interactive · authorize and try it in the browser
The full contract, rendered live from the OpenAPI spec. To run a call:
- Click Authorize and paste your own API key.
- Expand an endpoint, click Try it out, edit the example body, and Execute.
This calls production under your account
Try-it requests go to the live server (iq.scheduledroutes.ddswireless.net) using the key you paste. Use a key issued to you, and don't run confidential data through the in-browser console. See Testing and access.
If Try it out returns a network/CORS error
The in-browser console needs the API server to permit requests from this docs domain. If Execute fails with a network or CORS error, the copy-paste Quickstart commands still work (cURL/Python aren't subject to browser CORS). Let DDS Wireless know so the docs origin can be allow-listed.
Prefer a written walkthrough of the fields? See:
- The Problem object — everything you send.
- The Solution object — everything you get back.
- Enums, limits and rules — allowed values and constraints.