Fetch Credit Limit

Method URL
GET api/v3/credit-limit

Returns the agent's current available credit limit. This endpoint is common across all products (Hotels, Transfers, Activities, Rail).

Sample Response

{
    "credit": {
        "currency": "INR",
        "available_credit": 2642799.0
    }
}

Response object

Key Type Description
credit object Refer to credit object
Key Type Description
currency string Currency
available_credit float Credit limit availability