Look up a league partner invite by token
GET/event-series-invites/:token
The league sibling of /invites/{token}: a partner invite names a season
and a declared pair rather than a single night. The link outlives the
invite — once the golfer registers it keeps resolving with
accepted: true, so a second click can say so instead of erroring.
Only invitees who already had an account carry a token; an invited address with no account is held on the pair and mailed a plain join link.
Request
Responses
- 200
- 400
- 404
- 429
OK
Missing or malformed token.
Invite not found.
Too many requests — 60/min per IP exceeded.