Screening Result
Screening Data
Retrieve detailed screening data for a specific applicant.
Screening Data API
The Screening Data API allows you to retrieve comprehensive screening results for an applicant, including credit information, bank account details, income verification, and landlord reviews.
View the OpenAPI specification for this endpoint at Get Screening Data.
Endpoint
Authentication
All requests must include an API token in the Authorization header.
Path Parameters
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the applicant to screen |
Response
The response includes two main objects:
Screening Object
Contains the comprehensive screening results including:
- Credit and financial information
- Income and debt analysis
- Bank account details
- Landlord reviews
- Risk assessment flags
User Object
Contains the applicant’s personal information and submitted documentation:
Error Responses
Status Code | Description |
---|---|
400 | Bad Request - Invalid userId or malformed request |
401 | Unauthorized - Missing or invalid API token |
404 | Not Found - Screening data not found for the specified user |
500 | Internal Server Error - Something went wrong on our end |