v1

latestOpenAPI 3.0.02026-07-247150151.6 KB
Credit

Get credit applications

Get credit applications.

get/credit/applications

Query parameters

limitinteger

Number of applications per page, up to 50. Default is 50.

pageinteger

page number. Default is 1.

customer_idstring

customer uuid

Response

OK

has_moreboolean required

Example response

{
  "data": [
    {
      "application_id": "2629182a-3aeb-4834-846a-1688d4649bb9",
      "program_id": "54f7882b-6b95-4cde-a7eb-775b9468bcb1",
      "date_created": "2021-11-15T00:17:56.842105Z",
      "date_updated": "2021-11-15T00:17:56.842105Z",
      "applicant": {
        "customer_id": "05a8054f-8259-4e30-8d1d-d286081987bd",
        "address_id": "bb5fa77d-fd66-4e31-81c0-eaf549b0c797",
        "total_annual_income": 5000050,
        "monthly_housing_payment": 1000,
        "currency": "USD",
        "first_name": "James",
        "middle_name": "Herbert",
        "last_name": "Bond",
        "date_of_birth": "1997-12-25",
        "street": "45 California St.",
        "street2": "Suite 600",
        "city": "San Francisco",
        "state": "CA",
        "country": "US",
        "zip_code": "94105",
        "ssn": "tok_sandbox_xoZzhoxaCXHb823bZp3x2e",
        "email": "james@mi6.gov.uk"
      },
      "accounts": {
        "security_deposit_account_id": "173121d8-f05e-4bb6-b280-b5b761d2214f"
      }
    }
  ]
}