Create a qualification check request
Creates a new qualification check and returns a JSON object with the resulting evaluation.
<Warning>
This endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating.
</Warning>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Accept
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.
Request
This endpoint expects an object.
property_details
qualification_check_set_id
kind
The kind of qualification check being requested, either for the applicant or guarantor.
Allowed values:
metadata
A single level key-value JSON object that can be used to store custom data on the qualification check; keys and values must be strings
order_id
order_ids
report_ids
Response
Qualification Check Evaluation Created.
created
id
kind
The kind of qualification check that was performed, either for the applicant or guarantor
Allowed values:
property_details
Details from the originally supplied property, including the rent target
qualification_check_set
result
metadata
A single level key-value JSON object that can be used to store custom data on the qualification check; keys and values must be strings
Errors
400
Create New Qualification Check Request Bad Request Error
401
Create New Qualification Check Request Unauthorized Error
403
Create New Qualification Check Request Forbidden Error
406
Create New Qualification Check Request Not Acceptable Error
429
Create New Qualification Check Request Too Many Requests Error
451
Create New Qualification Check Request Unavailable for Legal Reasons Error
500
Create New Qualification Check Request Internal Server Error
501
Create New Qualification Check Request Not Implemented Error