cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/events/{eventId} \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "_id": "Pl4gr84v20xqu01js0ybj42s6vYtIz1T", "date": 1664143200, "end": 1663911000, "flyer": "https://www.your-domain.com/flyer.jpg", "name": "Saturday Night", "slug": "saturday-night-26-09-2022", "start": 1663884000, "url": "https://www.fourvenues.com/gengis-kan/events/saturday-night-26-09-2022", "description": "This event takes place every Thursday", "age": 18, "music_genres": "techno", "outfit": "casual", "location_town": "Madrid", "artists": [ "David Guetta", "Martin Garrix" ] } }
Get an event by its identifier.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Event identifier.
HTTP OK
The response is of type object.
object