Appendix: HTTP Response Codes
HTTP response codes are messages sent by servers to indicate how they have handled a request.
Refer to the following table for a list of HTTP codes you may receive when making API requests.
| HTTP Status | Description |
|---|---|
| 200 | Successful HTTP request |
| 201 | Successful HTTP request with new source created |
| 400 | Bad Request |
| 401 | Unauthorized Access |
| 404 | Not Found |
| 409 | Conflict (server could not process the request because there is a conflict with the relevant resource) |
| 500 | Internal Server Error |
| 503 | Service Unavailable |