While using the sherpa° Requirements API, there are scenarios where errors could come up due to misplaced keywords, typos, or wrong keys. We have collected a few common errors related to the API below.
Error Code | Description |
---|---|
400 | Validation error, bad request, likely due to missing expected input, misspelled keyword or invalid token/key. |
401 | Unauthorized, likely when you attempt to access the endpoint without a registered ID or key. |
403 | Permission denied, probably due to (incorrect) affiliate ID or key used on the wrong platform. |
404 | Not found. The current request is not defined by this API. Likely due to a wrong or misspelled endpoint address. |
500 | Internal Server Error, usually due to missing internal parameters |
502 | Bad gateway, usually happens when the server connection is terminated due to timeout or very large size of response data. |
503 | The server is currently unable to handle the incoming requests. The server may be too busy or is temporarily down for maintenance. Wait a few minutes and try again. |