Errors
Handling errors in the API
Unsuccessful requests to the Noble SERP API will have a non-200 error code and return a JSON object describing the error. Errors in the 4xx range represent an error with your request and should not be retried. Errors in the 5xx range represent a server error and may be retried.
Error Schema
Common Error Codes
Status Code | Name | Description |
---|---|---|
401 | missing_token | The API key was missing as part of the request. |
422 | invalid_request_error | The request was malformed - either a parameter was missing or is invalid |
402 | credits_exhausted | The account has run out of search credits. |
On This Page