Status Codes – Geocode Autocomplete
Below is the table with the status codes for each endpoint available in the Geocode API:
| Code | Method | Endpoints | Description |
| 200 | POST | https://api.maplink.global/geocode/v1/geocode https://api.maplink.global/geocode/v1/reverse | Success |
| 400 | POST | https://api.maplink.global/geocode/v1/geocode https://api.maplink.global/geocode/v1/reverse | Error: Bad Request (missing parameters, incomplete sending or request with errors) |
| 500 | POST | https://api.maplink.global/geocode/v1/geocode https://api.maplink.global/geocode/v1/reverse | An Internal Server Error occurred (internal error in processing the requisition) |
| 200 | GET | https://api.maplink.global/geocode/v1/suggestions | Success |
| 400 | GET | https://api.maplink.global/geocode/v1/suggestions | Error: Bad Request (missing parameters, incomplete sending or request with errors) |
| 500 | GET | https://api.maplink.global/geocode/v1/suggestions | An Internal Server Error occurred (internal error in processing the requisition) |