Introduction
Welcome to the Boosmap API. You can use our API to access the different Boosmap endpoints, where you will be able to create and manage deliveries through different methods and retrieve information about them.
The API is organized around REST. Our API has predictable, resource-oriented URLs and uses HTTP response codes to indicate the result of each call. All API responses return JSON objects, including errors; however, our SDKs will convert the responses into language-specific objects.
We use features built into the HTTP protocol, such as authentication and verbs, which are supported by the vast majority of HTTP clients. We support CORS, which allows you to interact securely with our API from a client-side web application.