Authentication
The TeeTime API uses API keys for authentication.
Obtaining an API Key
Contact your TeeTime administrator to obtain an API key.
Using the API Key
Include your API key in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://teetime-api.uat.digiwedge.com/api/v1/bookings
Token Expiration
API keys do not expire but can be revoked by administrators.