Developers
Build on FareTours
A modern, well-documented API for the world's experience businesses.
REST API
Manage products, availability, bookings and customers.
Webhooks
Real-time events for booking, payment and refund lifecycles.
OAuth & Keys
Scoped API keys and OAuth for marketplace apps.
SDKs
Typed clients for Node, PHP, Python and Ruby.
GET /v1/bookings
{
"id": "bk_9f2c",
"product_id": "pd_atv_042",
"customer": { "name": "Elena Rossi", "email": "elena@example.com" },
"status": "confirmed",
"total": { "amount": 12800, "currency": "EUR" }
}