Error codes
A list of API error codes and how to fix them.
400 Bad Request
There are issues in the body of your request
"information": {
"addresses": ["This field is required."]
}"city": ["Not a valid string."]There's an issue with your account
"request_equifax": ["Account not configured to \"request_equifax\".
Please contact [email protected] to update your plan."]Something is preventing your request from completing
401 Unauthorized
Your authorization header is missing or incorrect
403 Forbidden
You don't have permission to make this request
404 Not found
The resource you called doesn't exist
500 Internal Server Error
You sent something we didn't expect
Last updated
