curl https://api.gatepass.app/api/events/clx1234567890abcdef
{ "id": "clx1234567890abcdef", "title": "Tech Conference 2026", "description": "Annual technology conference featuring industry leaders", "venue": "San Francisco Convention Center", "address": "747 Howard St", "city": "San Francisco", "country": "USA", "latitude": 37.7842, "longitude": -122.4016, "source": "gatepass", "externalUrl": null, "eventDate": "2026-06-15T09:00:00.000Z", "saleStart": "2026-03-06T12:00:00.000Z", "saleEnd": "2026-06-15T18:00:00.000Z", "totalSupply": 650, "ticketPrice": 99, "currency": "USD", "maxPerWallet": 5, "contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "chainId": 137, "imageUrl": "https://example.com/event-image.jpg", "metadataUri": "ipfs://QmX...", "category": "CONFERENCE", "tags": "technology,conference,networking", "isPublic": true, "allowTransfers": true, "requireKYC": false, "status": "PUBLISHED", "organizerId": "clx0987654321fedcba", "createdAt": "2026-03-06T12:00:00.000Z", "updatedAt": "2026-03-06T12:00:00.000Z", "tiers": [ { "id": "tier_early_bird_001", "name": "Early Bird", "description": "Limited time discount tickets", "price": 99, "availableQuantity": 100, "maxPerPerson": 2, "saleStart": "2026-03-06T12:00:00.000Z", "saleEnd": "2026-06-15T18:00:00.000Z", "eventId": "clx1234567890abcdef", "createdAt": "2026-03-06T12:00:00.000Z", "updatedAt": "2026-03-06T12:00:00.000Z" }, { "id": "tier_general_002", "name": "General Admission", "description": "Standard conference access", "price": 149, "availableQuantity": 500, "maxPerPerson": 5, "saleStart": "2026-03-06T12:00:00.000Z", "saleEnd": "2026-06-15T18:00:00.000Z", "eventId": "clx1234567890abcdef", "createdAt": "2026-03-06T12:00:00.000Z", "updatedAt": "2026-03-06T12:00:00.000Z" }, { "id": "tier_vip_003", "name": "VIP", "description": "VIP access with exclusive workshops", "price": 299, "availableQuantity": 50, "maxPerPerson": 3, "saleStart": "2026-03-06T12:00:00.000Z", "saleEnd": "2026-06-15T18:00:00.000Z", "eventId": "clx1234567890abcdef", "createdAt": "2026-03-06T12:00:00.000Z", "updatedAt": "2026-03-06T12:00:00.000Z" } ] }
Retrieve detailed information about a specific event
Show Tier Object