Status Codes

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.

CodeDescription
200OK - Successful request.
201Created - Successful resource creation.
400Bad Request - Invalid request.
401Unauthorized - Unauthorized request.
403Forbidden - Access denied.
404Not Found - Resource not found.
500Internal Server Error - Internal server error.
503Service Unavailable - Service unavailable.