Response Codes
All status codes used in the Baseline API are standard HTTP status codes.
2XX - Success of some kind
3XX - Redirection of some kind
4XX - Error occurred in client’s part
5XX - Error occurred in server’s part
| Code | Text | Description |
| 200 | OK | Success. |
| 304 | Not Modified | The resource for the requested URL has not changed since last accessed. |
| 400 | Bad Request | The request was invalid. An associated error message will clarify why. |
| 401 | Unauthorized | Authentication credentials are missing or incorrect. |
| 403 | Forbidden | The request is understood, but it has been declined. Please contact customer service. |
| 404 | Not Found | The URI requested is invalid or the resource requested does not exists. |
| 500 | Internal Server Error | Critical error has occurred. Please contact customer service. |
| 502 | Bad Gateway | Services temporary offline. |
| 503 | Service Unavailable | Please try again later. |
