Golfers can save discount points when they spend money on a golfcourse (like air miles).
You can retrieve any points they have in their name with this interface. Beware that not all points have a direct value in money. Sometimes they can be exchanged for a specific item. So do not display a pntvalue of 0.00
parameters:
| auth | the authorisation code you received from Intogolf BV (mandatory) |
| relnr | client id of the use |
| crsnr | limit the results to only this course |
example: https://backend.ikgagolfen.nl/igg/golferregistrations?auth=<your authorisation code>&relnr=686095
result:
{
"points": [
{
"podnr": 8,
"podname": "Loyaltee punten",
"pntpoints": 97,
"pntvalue": 4.85
}
]
}
if a wrong authorisation code is provided, the backend will return “no authorisation”