---
title: "Get list of Holidays by customer"
method: GET
path: "/v1/customer/holidays/{customerReferenceNo}"
tags: ["Customers"]
---

# Get list of Holidays by customer

`GET /v1/customer/holidays/{customerReferenceNo}`

## Path parameters

- `customerReferenceNo` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Headers

- `accept-language` string

## Response `200`

Get list of holidays

- HolidayListResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` HolidayResponse[], required — Response Data from the operation
    - `date` string, required — Date String
    - `dateUTC` string, required — Date ISO String
    - `isHoliday` boolean, required — Date is holiday or not
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `400` — Invalid Request
- `401` — Invalid credentials
- `403` — Forbidden resource
- `404` — Requested Data Not Found
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
