Skip to content

Get event guest data requirements

GET
/v1/events/{event_id}/guestdata

Get event guest data requirements

Authorizations

api_key
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

event_id*

XS2event ID of the Event

Type
string
Required

Query Parameters

country_hint
Type
string
Example"NLD"

Responses

OK

application/json
JSON
{
  
"guest_data_requirements": [
  
  
[
  
  
  
"first_name",
  
  
  
"last_name",
  
  
  
"lead_guest",
  
  
  
"pre_checkout"
  
  
]
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples