slashQ API documentation

The slashQ API is the primary way to get data into and out of the slashQ platform. It's an HTTP-based API that apps can use to programmatically query business data, post new bookings, send OTP, and check available time slots.

The slashQ API is HTTP-based, so it works with any language that has an HTTP library, such as cURL and urllib.


API Endpoints Version 1.0

Endpoint

All requests are passed to the slashq.io host URL. You can append corresponding API endpoints to the host URL depending on your requirement.

Method URI Description
GET /api/business Get business details
GET /api/slots Get business slots
POST /api/appointments Book appointment