> For the complete documentation index, see [llms.txt](https://springstreet.gitbook.io/springstreet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://springstreet.gitbook.io/springstreet.io/api/getting-started/errors.md).

# Errors

Springstreet's API will produce a list of known errors during any invalid API request.

| Code | Status                | Description                                                                                       |
| ---- | --------------------- | ------------------------------------------------------------------------------------------------- |
| 400  | Bad Request           | The request body is missing required fields (e.g., search\_primary\_debtor) or is not valid JSON. |
| 403  | Forbidden             | The x-api-key is missing, invalid, or not authorized for use.                                     |
| 500  | Internal Server Error | A server-side error occurred while processing the request.                                        |
