For the complete documentation index, see llms.txt. This page is also available as Markdown.

Single Tournament

Overview

Use this endpoint to retrieve one golf tournament by tournament_id.

The response includes tournament metadata, round details, venue details, and golf course details.

Use Tournaments list to discover available tournaments before requesting a single record.

Request

URL

GET https://{domain}/golf/rest/v1/tournaments/{tournament_id}

Path parameters

Name

Type

Required

Description

tournament_id

integer

Yes

Tournament identifier.

Example request

Get a single tournament
GET /golf/rest/v1/tournaments/12345 HTTP/1.1
Host: {domain}
Authorization: Bearer <JWT_TOKEN>

Response example

Response fields

The response fields match a single object from Tournaments list.

Last updated

Was this helpful?