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.

Last updated