stsx uses standard HTTP response codes HTTP to indicate success or failure of an API request. Typically, codes in the 2XX range indicate success..
4XX range indicate an error in the provided information (e.g., a required parameter is missing, a validation error occurred, etc.). Codes in the 5XX range are an internal server problem , in such cases please contact us.
Code | Description |
---|---|
200 | OK - Successful request. |
201 | Created - Successful resource creation. |
400 | Bad Request - Invalid request. |
401 | Unauthorized - Unauthorized request. |
403 | Forbidden - Access denied. |
404 | Not Found - Resource not found. |
500 | Internal Server Error - Internal server error. |
503 | Service Unavailable - Service unavailable. |