Skip to main content

Tiquo API Overview

The Tiquo API provides programmatic access to all platform functionality, enabling seamless integration with your existing business systems and custom application development.

Getting Started with the API

API Capabilities

The Tiquo API provides comprehensive access to platform functionality:

Core Business Operations

  • Booking Management: Create, update, and manage appointments and reservations
  • Customer Management: Access and modify customer profiles and history
  • Payment Processing: Process payments and handle transaction data
  • Staff Management: Manage staff schedules, availability, and assignments

Data & Analytics

  • Real-time Data: Access live business metrics and performance data
  • Historical Reporting: Generate reports and analyze historical trends
  • Custom Analytics: Build custom dashboards and reporting solutions
  • Webhook Events: Receive real-time notifications of platform events

Base URL & Versioning

Base URL: https://api.tiquo.com/v1/
Current Version: v1

Authentication

All API endpoints require authentication using API keys or OAuth 2.0 tokens:
{
  "Authorization": "Bearer your_api_key_here",
  "Content-Type": "application/json"
}

Authentication Guide

Complete authentication setup and security guidelines