Credits
This route is not on the published credit table. Confirm credits in the console or email data@golfintelligence.com.
Required parameters
POST body is the same PublicCourseGroupSearchRequestDto as searchCourseGroups:
keywords(string)rows(integer)offset(integer)countryCode(string)regionCode(string) — required for United States requestsgpsCoordinate(latitude / longitude)includeUSGACourseIds(boolean)
Authorization: Bearer YOUR_ACCESS_TOKEN.
Example
curl -X POST 'https://api.golfintelligence.com/courses/searchCourseGroupsByCountryRegion' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"keywords":"YOUR_COURSE","countryCode":"YOUR_COUNTRY","regionCode":"YOUR_REGION","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.
