API Documentation

GET /persons/:id/income

Returns credit score and income score information for a consumer.

Headers

NAME VALUE
Content-Type application/json
Authorization Bearer {JWT}

URL Parameters

NAME REQUIRED COMMENT
:id Yes int. The person ID as stored in your account.

Response

NAME VALUE
income List of JSON objects.
income[].income_score Income score for this person.
income[].credit_updated Date (YYYYMMDD) when this information was retrieved.