added
Income & Employment Monitoring
about 3 years ago by [email protected]
I&E Monitoring released in beta. To support this new feature we've made the following modifications to REST API endpoints:
- Changed GET /accounts/{account_id}/identity, GET /accounts/{account_id}/income, and GET /accounts/{account_id}/employment
- New
data
field,updated_at
, indicating when the data last changed. - New
meta
field with sub-propertyrefreshed_at
indicating when the data was last checked for changes.
- New
- Changed GET /accounts/{account_id} and GET /accounts
- New
identity
,income
, andemployment
sub-properties in thedata_refreshed_at
anddata_updated_at
objects, indicating when the data was last refreshed or updated.
- New