Introduction
The Tracking API is a Restful API that receives the necessary information from a request and/or service to return a JSON containing a link that will allow the end user to track the [...]
The Tracking API is a Restful API that receives the necessary information from a request and/or service to return a JSON containing a link that will allow the end user to track the [...]
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 obt [...]
To generate a tracking link, you must make a request to the API using the POST method to the following endpoint: Creating an order and generating the tracking link Mandatory parame [...]
Updating the order status To change the status of the order, you need to make a request to the API using the POST method to the following endpoint: https://api.maplink.global/track [...]
You can create themes to customize the white-label tracking page with your brand’s colors, icons, and logo. Create new theme To create a theme, you must send a request with t [...]
Below is the table with the status codes for each endpoint available in the Tracking API: Code Method Endpoint Description 200 POST https://api.maplink.global/tracking/v1/orders OK [...]
The following table shows all the error messages that can be returned by the API in the response body: Error code Message Description Validation failed mainLocation lat and lon can [...]