Public Grid employs standard HTTP response codes to communicate the outcome of an API request—codes in the 2xx range denote success, whereas those in the 4xx range signal errors arising from problems in the provided information (such as a missing parameter or an invalid address). Codes in the 5xx range highlight errors that occurred on Public Grid's servers.

Public Grid HTTP Status Codes Summary:

Status CodeDescription
200OK: Request success
400Bad Request: The request was malformed, usually due to a missing parameter
401Unauthorized: API key or access token is invalid
402Request Failed: The parameters were valid, but the request failed, often due to reaching the call quota
403Forbidden: API key or access token is unauthorized for the requested resource
5xxServer Error: Something went wrong on Public Grid's servers