Planning

Building requests for the Planning API

Before you can start using the API, you will need to obtain the authentication token.

The following headers will be required, where the word token must be replaced by the token obtained in the authentication process:

--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token'

All the parameters for solving the logistical problem will be sent to the body .

The Planning API works asynchronously. In other words, an ID will be returned when the problem is sent. With this ID you can check the response in the future or the processing status.

The API has the following endpoints, where the term {{planningId}} be replaced by the ID of the problem to be consulted:

Note: Solution IDs are available for consultation for a period of 7 days.