# Error Handling If the parameters provided to a request are invalid, the response will have a status of 400 and include a json encoded body with the list of errors keyed to the field with the error. Example: `{"errors": {"name": ["Must be present"]}}`