Integrating the Slotify Scheduling API into your application allows for easy management of time slots, booking processes, and scheduling logistics. This guide walks you through everything from setup to key API endpoints so that you can build an efficient and reliable scheduling system.

Slotify API Tokens

Slotify provides two distinct types of tokens to manage API access securely and effectively. 

  • User Token is specifically designed for app-related endpoints, as apps in Slotify are considered top-level entities, allowing for user-specific scheduling and data management within the app’s unique context. 
  • App Token is used to access general or non-user-specific endpoints, granting a broader level of access across other Slotify API functionalities without linking actions to a specific user account. 

This dual-token system ensures flexibility and precise access control across different use cases within the Slotify ecosystem.

Signing up and Getting Tokens

In order to get started with Slotify API first create your Slotify account and follow steps below:

  • Signup at https://app.slotify.ca/signup and verify your email
  • Once verified login to Slotify Admin: https://app.slotify.ca/login
  • Select your app from the list

  • Once logged in clock on Setting cog icon on bottom left menu bar and go to App Settings page.

  • From the App Token and User Token use appropriate token for your endpoints. Keep in mind User Token only works with owner email address.

Follow our API Docs for Integration

For a seamless integration experience, be sure to follow our comprehensive API Documentation.

The docs provide detailed instructions, code examples, and endpoint references to help you quickly authenticate, create, and manage scheduling workflows within your app.

Whether you're handling user-specific bookings or general scheduling functions, our documentation is designed to guide you every step of the way. Dive in to get started with Slotify’s Scheduling API and build a powerful, flexible scheduling solution into your application!

Watch Our Integration Tutorial Video

To see the integration in action, check out our step-by-step YouTube tutorial.

This video walks you through each stage of using the Slotify Scheduling API, from setup to live implementation.