API Reference

HTTP status codes beginning with the number 2 indicate that the API request was successful.

CodeTextDescription
200OKReturned when a POST request is successfully processed without any errors.
201CreatedReturned when a POST request is successfully processed, resulting in resource creation.
204No ContentReturned when a request is successfully processed but there is no content in the response body.