Credits
This route is not on the published credit table. Confirm credits in the console or email data@golfintelligence.com.
Required parameters
grant_type—client_credentialscode—YOUR_ACTIVE_TOKENfrom the console (API Account)client_id—YOUR_CLIENT_IDfrom the console
Host https://api.golfintelligence.com. Content-Type is application/x-www-form-urlencoded. After the exchange, later calls send Authorization: Bearer YOUR_ACCESS_TOKEN.
Example
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
Placeholders only. Swap in YOUR_ACCESS_TOKEN, YOUR_PUBLIC_ID, YOUR_COURSE, YOUR_HOLE_ID, YOUR_ACTIVE_TOKEN, or YOUR_CLIENT_ID from the console. Do not treat placeholders as a live course record.
