Overview
Utilize the potential of Swoove's API to develop robust connections with your preferred tools and services.
Last updated
Was this helpful?
Utilize the potential of Swoove's API to develop robust connections with your preferred tools and services.
Last updated
Was this helpful?
If there are any queries or concerns, please feel free to ask or bring them up.
With the Swoove API, you can access all the features on our dashboard and expand them for use in your application. Our system is designed to be RESTful and well-organized around the primary resources you'll use, with only a few exceptions.
Post - This request creates a new resource, such as a new estimate, delivery, etc.
Get - A get request is used to retrieve data or information about a resource, such as get service zone and get delivery code.
Put -To modify a resource, like updating the status of a delivery route, a put request is employed.
Both request body data and response data are formatted as JSON.
The content type for responses will always be application/json
.
Generally, all responses will be in the following format: