Skip to content

Fetch All Holiday Groups

GET
/api/v1/developer/access_policies/holiday_groups

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"description": "string",
  
  
  
"count": 0,
  
  
  
"is_default": true
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI