Skip to main content
Version: 2.2.1

HTTP status codes

Below is a list of some HTTP status codes used by SoftExpert Suite:

Status codeNameDescription
200OkThe request was successful.
201CreatedA resource or object has been created successfully.
400Bad RequestThe request could not be understood or processed by the server.
401UnauthorizedThe request lacks valid authentication credentials for the requested resource.
403ForbiddenYou do not have sufficient permissions to access the requested resource.
404Not FoundThe resource you are trying to access could not be found on the server.
429Too Many RequestsIndicates that the rate limit has been exceeded.
500Internal Server ErrorThe server found an unexpected condition that prevented the request from being completed. It is a generic server error that needs to be investigated.
502Bad GatewayThe server acting as a gateway or proxy found a problem when accessing the desired resource.
503Service UnavailableThe service is temporarily unavailable, usually due to scheduled maintenance.
caution

⚠️Attention: You may be faced with a 401 error along with a Valid GatewayJWT not found in the request or user is blocked! message. Usually, this error indicates that the API key was not sent in the request header, or that the integration user is blocked.