TempsReel API v1.0 Released
· One min read
We're excited to announce the release of TempsReel API v1.0!
What's New
Complete REST API
- Full REST implementation replacing SOAP services
- 8 core endpoints covering catalog and orders
- OpenAPI 3.0 specification available
- Interactive API documentation with "Try it out" functionality
Enhanced Documentation
- Comprehensive developer portal
- Multi-language code examples (cURL, C#, JavaScript, Python)
- Step-by-step migration guides from SOAP to REST
- Best practices and error handling guides
Improved Developer Experience
- Modern JSON-based API
- Clear error messages following RFC 7807 Problem Details
- Rate limit transparency with response headers
- Comprehensive API status page
Breaking Changes
None - this is the initial release.
Migration Guide
If you're migrating from SOAP, see our SOAP to REST Migration Guide.
API Endpoints
Catalog
GET /api/catalog/events- List eventsGET /api/catalog/rates- Get rates for eventsGET /api/catalog/venues- List venues
Orders
POST /api/orders/book- Book an orderPOST /api/orders/confirm- Confirm an order
Next Steps
- Get started with our TempsReel Quick Start Guide
- Explore the API Reference
- Join our Developer Community
Support
Questions or feedback? Contact us at xxxxxxxxxxxx@tickandlive.com.
Happy coding! 🚀