Get one qualification check result

Beta
Retrieves a qualification check result by id. <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.

Path parameters

qualification_check_result_idstringRequired
Qualification Check Result ID

Headers

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Response

OK
createddatetime
idstring
kindenum
The kind of qualification check that was performed, either for the applicant or guarantor
Allowed values:
property_detailsobject
Details from the originally supplied property, including the rent target
qualification_check_setobject
resultobject
metadatamap from strings to optional strings

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
Get One Qualification Check Request Bad Request Error
401
Get One Qualification Check Request Unauthorized Error
403
Get One Qualification Check Request Forbidden Error
404
Get One Qualification Check Request Not Found Error
406
Get One Qualification Check Request Not Acceptable Error
429
Get One Qualification Check Request Too Many Requests Error
451
Get One Qualification Check Request Unavailable for Legal Reasons Error
500
Get One Qualification Check Request Internal Server Error
501
Get One Qualification Check Request Not Implemented Error