Status Codes – Distance Matrix
Below is the table with the status codes for each endpoint available in the Distance Matrix API:
Code | Method | Endpoint | Description |
200 | GET | https://api.maplink.global/matrix/v1/problems | Request sent successfully |
404 | GET | https://api.maplink.global/matrix/v1/problems | Error: Bad Request (missing parameters, incomplete sending or request with errors) |
500 | GET | https://api.maplink.global/matrix/v1/problems | An Internal Server Error occurred (internal error in processing the requisition) |
200 | GET | https://api.maplink.global/matrix/v1/solutions/{{matrixId}} | OK (solution found to a problem ID) |
404 | GET | https://api.maplink.global/matrix/v1/solutions/{{matrixId}} | NOT FOUND (not found due to incorrect ID or processing not completed) |
500 | GET | https://api.maplink.global/matrix/v1/solutions/{{matrixId}} | An Internal Server Error occurred (internal error in processing the requisition) |