v1

latestOpenAPI 3.0.02026-07-247150151.6 KB
Credit

Get adverse actions

Get adverse actions for a credit application, if it has them.

get/credit/applications/{application_id}/adverse-actions

Response

OK

idstring required
application_idstring required
date_createdstring required
date_updatedstring required
servicestring required
reasonsstring[] required

Example response

{
  "id": "8d633bf6-cc1b-4ecb-9776-d4cbf591b2b4",
  "application_id": "38d90f38-4ce1-4c10-9380-c0fd1e8e00d7",
  "date_created": "2021-12-21T14:14:37.277862Z",
  "date_updated": "2021-12-21T14:14:37.277862Z",
  "service": "underwriting",
  "reasons": [
    "Unable to verify identity"
  ]
}