Resilient REST APIs, real-time webhook routing, and client SDK modules designed to embed booking engines directly into internet products.
curl -X POST "https://api.timeslotx.ai/v1/bookings" \
-H "Authorization: Bearer tsx_live_58c70a1a9e" \
-H "Content-Type: application/json" \
-d '{
"bookingPageId": "page_sales_demo_1",
"startTime": "2026-07-05T10:00:00Z",
"attendee": {
"name": "Acme Partner",
"email": "partner@acme.com"
},
"metadata": {
"source": "landing_page_cta"
}
}'TimeSlotX broadcasts instant HTTP POST alerts for booking transactions. Test our payload structures by firing simulated webhooks below.
X-TimeSlotX-Signature signature computed using SHA-256 HMAC for secure endpoint verification.Integrate with TimeSlotX natively using package managers. Regularly maintained and open-source.