Retrieve a LOC application

Retrieve a single LOC application

GET https://sandbox-api.stilt.com/v1/users/{user_id}/loc/applications/{application_id}

Returns the LOC application object

Path Parameters

{
    "uuid": "dcc1ff7a-1664-4a6c-ad4a-e8dfd624d815",
    "product": "BUILD_CREDIT",
    "amount": 2500.0,
    "term": null,
    "purpose": null,
    "details": null,
    "credit_score_consent": false,
    "created_at": "2022-05-19 11:40:06 PDT",
    "credit_report_id": 570,
    "offers": [
        {
            "uuid": "a06ceb50-b8ca-46d2-af2d-9df5a7d7d6db",
            "product": "BUILD_CREDIT",
            "apr": 0.0,
            "amount": 2500.0,
            "term": null,
            "term_frequency": "MONTHLY",
            "interest_rate": 0.0,
            "origination_fee": 0.0,
            "interest_only_period": null,
            "interest_only_installment": null,
            "interest_amount": null,
            "installment": null,
            "start_date": "2022-05-19",
            "explanation": null,
            "maturity_date": null
        }
    ],
    "status": {
        "decision": "APPROVED",
        "details": null
    }
}

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated