Response Codes
Sigma's API uses standard HTTP response codes to show if a request was successful or not.
- Codes starting with 2 mean the request was successful.
- Codes starting with 4 mean there was a problem with the information provided, like a missing item or wrong details.
- Codes starting with 5 mean there was a rare problem on our servers, but we usually fix it quickly before you see this error.
Response Code | Description |
---|---|
200 | Request was successful |
400 | Bad request |
401 | Unauthorized request |
404 | Request resource does not exist |
429 | Too many requests sent to the API |
500, 502 | Server error. Contact us immediately |