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 > Credit Scores

Credit Scores

Description

This API is used to start credit score query.

​How it Works

Parameters​

This part needs to be in body of the request.

{"application_id":{application_id}}​

Sample Request

POST {API_HOST}/api/v1/credit-scores/

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
Sample-1
{
    "data": {
        "inquiry_id": "67353170621115115217"
    }
}


To retrieve status of the credit score query use GET endpoint. 

GET /api/v1/credit-scores/{inquiry_id}
Host: apigateway.uatisbank
x-ibm-client-id: {YOUR_CLEINT_ID}
x-ibm-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token}

Sample-2
{
    "data": {
        "result": true
    }
}