HTTP status codes beginning with the number 2 indicate that the API request was successful.
Code | Text | Description |
---|---|---|
200 | OK | Returned when a POST request is successfully processed without any errors. |
201 | Created | Returned when a POST request is successfully processed, resulting in resource creation. |
204 | No Content | Returned when a request is successfully processed but there is no content in the response body. |