Retrieve details for a specific public tour
Public API Reference
Retrieve details for a specific public tour
Fetches the details for a specific public tour identified by its unique identifier or slug.
GET
Retrieve details for a specific public tour
Authorizations
Custom Bearer token authentication for accessing public organizer endpoints.
Query Parameters
The unique identifier for the tour. Must be a 24-character hexadecimal string.
Pattern:
^[a-f0-9]{24}$Example:
"550e8400-e29b-41d4-a716-446655440000"
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.