HTTP status code
Below is a list of some HTTP status codes used by SoftExpert Suite:
Status code | Name | Description |
---|---|---|
200 | ✅ Ok | The request was successful. |
201 | ✅ Created | A resource or object has been created successfully. |
400 | ❌ Bad Request | The request could not be understood or processed by the server. |
401 | ❌ Unauthorized | The request lacks valid authentication credentials for the requested resource. |
403 | ❌ Forbidden | You do not have sufficient permissions to access the requested resource. |
404 | ❌ Not Found | The resource you are trying to access could not be found on the server. |
429 | ❌ Too Many Requests | Indicates that the rate limit has been exceeded. |
500 | ❌ Internal Server Error | The server found an unexpected condition that prevented the request from being completed. It is a generic server error that needs to be investigated. |
502 | ❌ Bad Gateway | The server acting as a gateway or proxy found a problem when accessing the desired resource. |
503 | ❌ Service Unavailable | The service is temporarily unavailable, usually due to scheduled maintenance. |
caution
⚠️Attention: You may be faced with a 401
error along with 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.