Create Your First Event
This guide will walk you through making your first API request to create an event in BookingShake.Prerequisites
Before you begin, make sure you have:Your BookingShake API key from Settings > Integrations
A tool to make HTTP requests (cURL, Postman, or your preferred HTTP client)
Step 1: Get Your API Key
1
Access BookingShake Dashboard
Log in to your account at crm.bookingshake.com
2
Navigate to Integrations
Go to Settings > Integrations
3
Copy Your API Key
Copy your API key and store it securely
Step 2: Retrieve Available Resources
Before creating an event, let’s retrieve available sources and spaces to use in our booking.Get Booking Sources
Get Available Spaces
Step 3: Create a Simple Event
Now let’s create your first event with basic information.Congratulations! You’ve successfully created your first event via the BookingShake API.
Step 4: Verify in Dashboard
After creating the event, you can verify it in your BookingShake dashboard:- Log in to crm.bookingshake.com
- Navigate to your events/bookings list
- Look for the newly created event with John Doe as the contact
What’s Next?
Now that you’ve created your first event, explore these advanced features:Create Multiple Events
Learn how to create multiple events in a single request
Add Products
Create draft quotations by including products with your events
Company Information
Add company details to your bookings
Error Handling
Learn how to handle errors gracefully
Common Issues
Invalid date format error
Invalid date format error
Make sure dates are in DD-MM-YYYY format:
- ✅ Correct:
"15-03-2025" - ❌ Incorrect:
"2025-03-15"or"03/15/2025"
Invalid time format error
Invalid time format error
Make sure times are in HH:mm format (24-hour):
- ✅ Correct:
"14:00"or"09:30" - ❌ Incorrect:
"2:00 PM"or"14:00:00"
Missing token error
Missing token error
Ensure the
Authorization header is included:Invalid token error
Invalid token error
Verify your API key is correct and hasn’t been revoked. Get a fresh key from Settings > Integrations.
Need Help?
Contact Support
Our support team is here to help you get started
