The Address Manager RESTful v2 API uses the following HTTP response status codes:
Success
Status codes indicating a successful response.
| Status Code | Reason |
|---|---|
| 200 | OK |
| 201 | Created |
| 202 | Accepted |
| 204 | No Content |
Redirection
Status codes informing the client that its request is being redirected to another URI.
| Status Code | Reason |
|---|---|
| 308 | Permanent Redirect |
Client Error
Status codes indicating that the request was not successful due to client error. The client may retry after making the necessary corrections to the request.
| Status Code | Reason |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 405 | Method Not Allowed |
| 406 | Not Acceptable |
| 409 | Conflict |
| 415 | Unsupported Media Type |
| 429 | Too Many Requests |
Server Error
Status codes indicating the request was not successful due to an unexpected or unrecoverable server error.
| Status Code | Reason |
|---|---|
| 500 | Internal Server Error |
| 501 | Not Implemented |