Credits
0 credits · free.
Required parameters
POST body is PublicCourseGroupSearchRequestDto:
keywords(string)rows(integer)offset(integer)countryCode(string)regionCode(string)gpsCoordinate(latitude / longitude)includeUSGACourseIds(boolean)
Every call needs Authorization: Bearer YOUR_ACCESS_TOKEN after token exchange.
Example
curl -X POST 'https://api.golfintelligence.com/courses/searchCourseGroups' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"keywords":"YOUR_COURSE","rows":10,"offset":0}'
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.
