curl https://evento.so/api/public/v1/events/evt_abc123 \ -H "x-evento-api-key: YOUR_API_KEY"
{ "success": true, "message": "Event details fetched successfully", "data": { "id": "evt_abc123", "title": "Tech Meetup 2026", "description": "Join us for an evening of talks and demos", "cover": "https://cdn.evento.so/covers/abc123.jpg", "location": "San Francisco, CA", "start_date": "2026-06-15T18:00:00Z", "end_date": "2026-06-15T21:00:00Z", "timezone": "America/Los_Angeles", "status": "published", "visibility": "public", "cost": 25.0, "created_at": "2026-05-20T10:00:00Z", "creator": { "id": "usr_xyz789", "username": "techorg", "image": "https://cdn.evento.so/avatars/xyz789.jpg", "verification_status": "verified" }, "links": { "spotify_url": "https://open.spotify.com/playlist/example", "wavlake_url": null }, "contributions": { "cashapp": "$techorg", "venmo": "@techorg", "paypal": "[email protected]", "btc_lightning": null } } }
Retrieve detailed information for a published public event
GET /api/public/v1/events/{eventId}
x-evento-api-key: YOUR_API_KEY
400
401
404