GG365 Developer Platform
Welcome to GG365 Developer Platform
Build innovative golf travel experiences with the GolfGlobe365 B2B Golf Booking API.
REST API Integration
Perfect for travel agencies, OTAs, tour operators, and booking platforms looking for a proven, stable golf course integration.
Features:
- RESTful JSON API with OpenAPI specification
- API Key and optional JWT authentication
- 1300+ golf courses across Europe
- Real-time tee time availability
- Instant and offline booking support
- Group bookings (5+ players) with async processing
- Booking hooks (14-day reservation holds)
- Webhook notifications for booking events
- Seasonal pricing with B2B wholesale rates
All prices are net (excluding VAT). Each reseller applies their own VAT.
Get Started
Quick Start
Code
API Endpoints
| Category | Endpoints | Description |
|---|---|---|
| Courses | GET /courses, GET /courses/{id}, GET /courses/{id}/pricing, GET /courses/{id}/terms | Search, details, pricing, cancellation terms |
| Availability | GET /courses/{id}/availability | Real-time tee time availability |
| Bookings | POST /bookings, GET /bookings, GET /bookings/{id}, PUT /bookings/{id}, DELETE /bookings/{id} | Full booking lifecycle |
| Booking Hooks | POST /bookings/hooks, POST /bookings/hooks/{id}/confirm, DELETE /bookings/hooks/{id} | 14-day reservation holds |
| Group Bookings | POST /group-bookings, GET /group-bookings/{id}, etc. | Async group booking operations |
| Webhooks | POST /webhooks, GET /webhooks, PUT /webhooks/{id}, DELETE /webhooks/{id} | Event notification management |
| Auth | POST /auth/token, POST /auth/refresh, POST /auth/logout | Optional JWT token management |
All endpoints are prefixed with https://api.golfglobe365.com/api/v1/travel/ (courses/bookings) or https://api.golfglobe365.com/api/v1/ (webhooks/auth).
Environments
| Environment | Base URL |
|---|---|
| Production | https://api.golfglobe365.com/api/v1 |
| Staging | https://api-stg.golfglobe365.com/api/v1 |
| Development | https://api-dev.golfglobe365.com/api/v1 |
Popular Guides
SDKs (Coming Soon)
Official SDKs for popular programming languages are in development.
Support
Need help? Contact us:
- Email: [email protected]
- API Reference: Interactive OpenAPI docs
Last modified on