GET
/
holidays
/
{id}
Retrieve a Holiday
curl --request GET \
  --url https://commerce.driv.ly/api/holidays/{id}
{
  "data": {
    "id": "<string>",
    "date": "2023-12-25",
    "name": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Holiday is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Holiday Found

data
object
success
boolean