Datelist API
  • Introduction
  • Authentication & API structure
  • Calendars
  • Products
  • Booked slots
  • Webhooks
Powered by GitBook
On this page

Was this helpful?

Calendars

The calendar endpoint allows you to list the available calendars. It currently only allows one HTTP method.

/api/calendars

GET https://dalelist.io/api/calendars

List the available calendars

Headers

Name
Type
Description

Authentication

string

Authentication token to (see the "Authentication" section)

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

PreviousAuthentication & API structureNextProducts

Last updated 3 years ago

Was this helpful?