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

Was this helpful?

Introduction

The Datelist API allows you to build external systems that programmatically communicate with the Datelist.io application.

This guide contains the REST interface to interact with the Datelist API. For a specific integration with your language, you can also check our SDK:

  • For Python: https://pypi.org/project/datelist-sdk-python/

  • For Ruby: https://rubygems.org/gems/datelist

  • For Javascript: https://www.npmjs.com/package/datelist-sdk-js

NextAuthentication & API structure

Last updated 3 years ago

Was this helpful?