Three Peaks Challenge API
Public endpoints for event discovery and agentic commerce, plus authenticated endpoints for booking and checkout.
Agentic Commerce Feed
The commerce feed is public and provides upcoming event availability in ACP format.
- Feed: https://api.threepeakschallenge.uk/commerce/feed
- Well-known config: https://api.threepeakschallenge.uk/.well-known/agentic-commerce.json
Bookings and Checkout
Booking and checkout actions require an API key or JWT and are scoped by role.
- Checkout sessions:
/commerce/checkout-sessions - Checkout session status:
/commerce/checkout-sessions/{id}
API Reference
API documentation is provided to partners on request.