We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > Loans

Loans

Description

This API starts loan application. Loans API must be invoked and get application_id.​

​How it Works​

Sample Request

POST {API_HOST}/api/v1/loans

 
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID} 
X-IBM-client-secret: {YOUR_CLEINT_SECRET} 
Authorization: Bearer {access_token}
Content-Type: application/json​


Sample Response
​{
    "data": {
        "application_id": "367297"
    }
}