GET
/
v1
/
screening
/
data
/
{userId}
curl --request GET \
  --url https://sandbox-api.getcove.co/v1/screening/data/{userId} \
  --header 'Authorization: <api-key>'
{
  "screening": {
    "id": "<string>",
    "autoLoansMonthlyPayments": "<string>",
    "autoLoansTotalBalance": "<string>",
    "checkType": "<string>",
    "coveScore": 123,
    "creditScore": 123,
    "rent": 123,
    "monthlyIncome": 123,
    "monthlyDebt": 123,
    "totalDebt": 123,
    "debtLimit": 123,
    "equifaxResult": {},
    "flinksAttributes": {},
    "flinksBankAccounts": [
      {}
    ],
    "greenFlags": [
      "<string>"
    ],
    "incomeTransactions": [
      {}
    ],
    "landlordReviews": [
      {
        "email": "<string>",
        "phone": "<string>",
        "wouldRentToThemAgain": 123,
        "paysRentOnTime": 123,
        "cleanliness": 123,
        "didNotDamageProperty": 123,
        "additionalDetails": "<string>"
      }
    ],
    "monthlyData": [
      {
        "averageBalance": 123,
        "income": 123,
        "month": "<string>",
        "spending": 123
      }
    ],
    "mortgageLoansMonthlyPayments": "<string>",
    "mortgageLoansTotalBalance": "<string>",
    "nonSufficientFunds": [
      {}
    ],
    "normBAB": 123,
    "normCSC": 123,
    "normECS": 123,
    "normMI": 123,
    "otherCreditMonthlyPayments": "<string>",
    "otherCreditTotalBalance": "<string>",
    "otherDebtsMonthlyPayments": "<string>",
    "otherDebtsTotalBalance": "<string>",
    "plaidItems": [
      {}
    ],
    "redFlags": [
      {}
    ],
    "reportStatus": "<string>",
    "revolvingCreditMonthlyPayments": "<string>",
    "revolvingCreditTotalBalance": "<string>",
    "scanStatus": {},
    "studentLoansMonthlyPayments": "<string>",
    "studentLoansTotalBalance": "<string>",
    "totalCurrentBankBalance": 123,
    "rentTransactions": [
      {
        "id": "<string>",
        "type": "<string>",
        "amount": 123,
        "isoCurrencyCode": "<string>",
        "description": "<string>",
        "date": "<string>"
      }
    ],
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "user": {
    "id": "<string>",
    "phoneNumber": "<string>",
    "proofOfIncome": [
      "<string>"
    ],
    "checkComplete": true,
    "idPhotoUrls": [
      "<string>"
    ],
    "selfieUrls": [
      "<string>"
    ],
    "rentals": [
      {
        "address": {
          "street": "<string>",
          "city": "<string>",
          "provinceState": "<string>",
          "country": "<string>",
          "postalCode": "<string>",
          "fullAddress": "<string>"
        },
        "start": "<string>",
        "reasonForMoving": "<string>",
        "rentAmount": 123,
        "landlordName": "<string>",
        "landlordEmail": "<string>",
        "landlordPhone": "<string>",
        "id": "<string>"
      }
    ],
    "addressOnId": {
      "street": "<string>",
      "city": "<string>",
      "provinceState": "<string>",
      "country": "<string>",
      "postalCode": "<string>",
      "fullAddress": "<string>"
    },
    "currentAddress": {
      "street": "<string>",
      "city": "<string>",
      "provinceState": "<string>",
      "country": "<string>",
      "postalCode": "<string>",
      "fullAddress": "<string>"
    },
    "dateOfBirth": "<string>",
    "firstName": "<string>",
    "identityVerification": {
      "source": "<string>",
      "name": {
        "first": "<string>",
        "last": "<string>"
      },
      "phone": "<string>",
      "email": "<string>",
      "address": {
        "line1": "<string>",
        "line2": "<string>",
        "city": "<string>",
        "state": "<string>",
        "postalCode": "<string>",
        "country": "<string>"
      },
      "verifications": {
        "liveness": true,
        "faceMatch": true,
        "nameMatch": true
      },
      "idNumber": "<string>",
      "at": "2023-11-07T05:31:56Z"
    },
    "lastName": "<string>",
    "email": "<string>",
    "employmentAnnualSalary": 123,
    "employmentCompanyName": "<string>",
    "employmentCompanyPosition": "<string>",
    "employmentReferenceFirstName": "<string>",
    "employmentReferenceLastName": "<string>",
    "employmentReferencePhoneNumber": "<string>",
    "employmentReferenceWorkEmail": "<string>",
    "employmentStartDate": "<string>",
    "employmentStatus": "<string>",
    "reasonForMoving": "<string>",
    "residentialStatus": "<string>",
    "employmentDetails": {
      "identity": {
        "firstName": "<string>",
        "lastName": "<string>",
        "dateOfBirth": "2023-11-07T05:31:56Z",
        "email": "<string>",
        "phone": "<string>",
        "ssn": "<string>",
        "address": "<string>",
        "city": "<string>",
        "state": "<string>",
        "postalCode": "<string>"
      },
      "income": {
        "income": 123,
        "incomeType": "<string>",
        "annualIncome": 123,
        "hourlyIncome": 123,
        "netHourlyRate": 123,
        "payCycle": "<string>",
        "nextExpectedPayDate": "2023-11-07T05:31:56Z",
        "currentPayPeriodStart": "2023-11-07T05:31:56Z",
        "currentPayPeriodEnd": "2023-11-07T05:31:56Z",
        "unpaidHoursInPayPeriod": 123
      },
      "employment": {
        "employeeType": "<string>",
        "employmentStatus": "<string>",
        "jobTitle": "<string>",
        "startDate": "2023-11-07T05:31:56Z",
        "minimumMonthsOfEmployment": 123,
        "weeklyHours": 123,
        "employer": {
          "name": "<string>",
          "address": {
            "line1": "<string>",
            "line2": "<string>",
            "city": "<string>",
            "state": "<string>",
            "postalCode": "<string>",
            "country": "<string>"
          }
        }
      },
      "paystubs": {
        "@type": "<string>"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

API authentication token

Path Parameters

userId
string
required

Response

200
application/json
A successful response.
screening
object
user
object