1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – UGetMe
  5. GET /persons/:id/income

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

Key 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.

How can we help?