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 HoleProfileRequestDto:
publicId(string)holeId(integer)
Authorization: Bearer YOUR_ACCESS_TOKEN. Swagger documents a single holeId field — there is no holeIds array on the request DTO.
Example
curl -X POST 'https://api.golfintelligence.com/holeProfile/getHoleProfile' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"publicId":"YOUR_PUBLIC_ID","holeId":YOUR_HOLE_ID}'
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.
