Tiquo API
Build powerful integrations with the Tiquo REST API.Overview
The Tiquo API provides programmatic access to:- Customers - Manage customer profiles and data
- Orders - Create and manage bookings and sales
- Services - Access service catalog
- Products - Manage inventory
- Locations - Location management
- Analytics - Access business metrics
Base URL
All API requests use this base:Authentication
All requests require authentication via API key:API Keys
Create and manage API keys
Request Format
Content Type
JSON for all requests:Request Example
Response Format
Success Response
Error Response
HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
429 | Rate Limited |
500 | Server Error |
Rate Limiting
Limits
| Plan | Limit |
|---|---|
| Starter | 100 requests/min |
| Pro | 1,000 requests/min |
| Enterprise | 10,000 requests/min |
Rate Limit Headers
Handling Limits
When rate limited (429):- Check
X-RateLimit-Resetheader - Wait until reset time
- Implement exponential backoff
Pagination
List Endpoints
Use cursor-based pagination:Parameters
| Parameter | Default | Max |
|---|---|---|
limit | 25 | 100 |
cursor | - | - |
Response
Filtering
Common Filters
Date Ranges
SDKs
Official SDKs
JavaScript/TypeScript
npm install @tiquo/sdkPython
pip install tiquoSDK Example
Webhooks
Receive real-time notifications:Webhooks
Set up webhook endpoints
Versioning
API Versions
Current version:v1
Version is included in URL:
Version Policy
- Backwards-compatible changes added without version bump
- Breaking changes require new version
- Deprecation notice before removal