Skip to content
  • There are no suggestions because the search field is empty.

What does a 422 error mean when making an API call?

A 422 means you are missing a parameter

A 422 error indicates that there is a missing required parameter in your API request. For example, if you forget to include the GEOID when querying permits, you will receive this error. The JSON output will help identify what is missing.

Access our API documentation for further details.