Timekit

Timekit lets you build scalable and flexible booking experiences and scheduling flows that grow your business.

Go to site
Explore
/
Apps
/
Timekit

Timekit API Integrations

Build and run workflows using the Timekit API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Timekit's API allows developers to build and integrate sophisticated online appointment booking software into their applications. With the Timekit API, you can quickly and easily build a variety of powerful scheduling and appointment booking solutions such as calendaring, appointment reminders, booking forms, and more. The API is designed to be simple and easy to use, allowing developers to create solutions that are both user friendly and powerful.

Here are just some of the things you can build with Timekit's API:

  • Calendaring and scheduling tools
  • Custom appointment booking forms
  • Automated appointment reminders
  • Multi-calendar views
  • Staff and resource management
  • Client portals and self-service booking pages
  • Integrations with popular third party services
  • Stripe and other payment integrations
  • Customizable branding and styling
  • Event booking solutions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    timekit: {
      type: "app",
      app: "timekit",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.timekit.io/v2/users`,
      headers: {
        "Content-Type": `application/json`,
      },
      auth: {
        username: ``,
        password: `${this.timekit.$auth.api_key}`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Booking with State from Timekit API
Timekit + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Booking with State from Timekit API
Timekit + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Booking with State from Timekit API
Timekit + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Booking with State from Timekit API
Timekit + HTTP / Webhook
 
Try it
Create Image with OpenAI (ChatGPT) API on New Booking with State from Timekit API
Timekit + OpenAI (ChatGPT)
 
Try it
New Booking with State from the Timekit API

Emit new event when a booking has a specific state. See the docs.

 
Try it

Authentication

Timekit uses API keys for authentication. When you connect your Timekit account, Pipedream securely stores the keys so you can easily authenticate to Timekit APIs in both code and no-code steps.

You can find your app's API key in the Admin Dashboard under "API settings".