Skip to main content
GET
Retrieve details for a specific public tour

Authorizations

Authorization
string
header
required

Custom Bearer token authentication for accessing public organizer endpoints.

Query Parameters

tourId
string

The unique identifier for the tour. Must be a 24-character hexadecimal string.

Pattern: ^[a-f0-9]{24}$
Example:

"550e8400-e29b-41d4-a716-446655440000"

tourSlug
string

The SEO-friendly slug for the tour. Accepts alphanumeric characters, hyphens, underscores, and periods.

Pattern: ^[a-zA-Z0-9-_\\.]+$
Example:

"example-tour"

Response

Successful response containing the details of the specified tour.

id
string

Unique identifier for the tour.

name
string

Name of the tour.

events
object[]

List of events included in the tour.

description
string

A short description of the tour.

status
string

Current status of the tour (e.g., published, pastdue).