POST /auth/authenticateToken
Host https://api.golfintelligence.com. Use client credentials. Placeholders only — swap in your Client ID and Active Token from the console.
POST https://api.golfintelligence.com/auth/authenticateToken Content-Type: application/x-www-form-urlencoded grant_type=client_credentials code=YOUR_ACTIVE_TOKEN client_id=YOUR_CLIENT_ID Authorization: Bearer YOUR_ACCESS_TOKEN # after the exchange
