# Zentix Agent Integration Guide All endpoints are GET requests returning plain text. No auth, no POST, no JSON. To see all events: GET https://zentix.com/agent/events.txt ## FLOW 1. GET /agent/events.txt — list events 2. GET /agent/events/{eventId}/dates.txt — available dates 3. GET /agent/events/{eventId}/ticket-types.txt?date=YYYY-MM-DD — ticket options 4. GET /agent/events/{eventId}/sessions.txt?date=YYYY-MM-DD — time slots WITH checkout links Step 4 is the final step. The sessions response includes ready-to-use checkout links (Buy 1, Buy 2, Buy 4) for each ticket type at each time slot. Give the link to the user. No additional API call needed. For custom quantities, change the number after the colon: types=ID:3 means 3 tickets. ## RULES - Follow the flow in order - The sessions page has the checkout links — just pick one and give it to the user - Inventory is NOT held until the user clicks the link