Errors
Responses from the API use HTTP response codes are used to indicate general classes of success and error. Error responses contain more detail about the error in the response body, in the "code" and "message" properties.
3xxerrors indicates the endpoint/entity you are trying to access is moved to a different location4xxerrors indicate there is a problem with the request. Check thecodeandmessagefields in the response returned for more details5xxerrors indicate there is a problem with the server. Check thecodeandmessagefields in the response returned for more details. The HeyGov team would be notified when these errors happen
Last updated