Working with an existing request collection
To send API requests to RouteQ via Postman or Bruno, use one of the following methods:
- Import an existing collection that contains all requests.
- Import a current specification of the service.
To continue, you'll need the company's number and an OAuth token.
Importing an existing collection
A request collection is a pre-configured group of HTTP requests designed for convenient API testing. To use a collection, follow the steps:
- Download the collection archive: Routing API.
- Run an API client, such as Postman.
- Use the Import function and drag the downloaded file into the import window.
Importing a current specification
- Open the RouteQ technical support section.
- Select the API documentation.
- At the top of the page, click Download. This opens a new tab with the JSON specification file.
- Copy the tab URL from the browser address bar.
- In your API client (for example, Postman), use the Import function.
- Paste the copied link and complete the import.
Was the article helpful?
Previous