Tracking

Status codes – Tracking API

Below is the table with the status codes for each endpoint available in the Tracking API:

CodeMethodEndpointDescription
200POSThttps://api.maplink.global/tracking/v1/ordersOK (link successfully generated)
400POSThttps://api.maplink.global/tracking/v1/ordersError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/tracking/v1/ordersAn Internal Server Error occurred (internal error in processing the requisition)
200GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}OK
404GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}NOT FOUND (not found due to incorrect ID)
500GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}An Internal Server Error occurred (internal error in processing the requisition)
200DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}OK (request successfully deleted)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}NOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}An Internal Server Error occurred (internal error in processing the requisition)
204POSThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusOK (status successfully updated)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusNOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusAn Internal Server Error occurred (internal error in processing the requisition)
204POSThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverOK (driver location successfully updated)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverNOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverAn Internal Server Error occurred (internal error in processing the requisition)
200POSThttps://api.maplink.global/tracking/v1/themesOK (theme successfully created)
400POSThttps://api.maplink.global/tracking/v1/themesError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/tracking/v1/themesAn Internal Server Error occurred (internal error in processing the requisition)
200GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK
404GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
200PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK (theme successfully updated)
404PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
200DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK (topic successfully deleted)
404DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
Table with all possible statuses returned by each endpoint