> For the complete documentation index, see [llms.txt](https://apidoc.datelist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.datelist.io/calendars.md).

# Calendars

## /api/calendars

<mark style="color:blue;">`GET`</mark> `https://dalelist.io/api/calendars`

List the available calendars

#### Headers

| Name           | Type   | Description                                                |
| -------------- | ------ | ---------------------------------------------------------- |
| Authentication | string | Authentication token to (see the "Authentication" section) |

{% tabs %}
{% tab title="200 Returns the requested calendars" %}

```
[
  {    
    "id": 123456, 
    "name": "MyCalendar",    
  }, 
  {...}
]
```

{% endtab %}
{% endtabs %}
