cURL
curl --request GET \ --url http://localhost:8000/v1/platform/clubs/{slug} \ --header 'Authorization: Bearer <token>'
Returns club details including amenities, rating, and images. The club must belong to the organization associated with the API token.
Customer API key obtained from the admin portal (e.g. 1club_sk_live_...)
Club slug
Locale for amenity translations
Club details
Was this page helpful?