GET
/
events
/
{eventId}
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"
    ]
  }
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Path Parameters

eventId
string
required

Event identifier.

Response

200
application/json
HTTP OK
success
boolean
Example:

true

data
object