Skip to content

Get guest data requirements

GET
/v1/tickets/{ticket_id}/guestdata

Get the guestdata requirements for a specific event.

Authorizations

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

Parameters

Path Parameters

ticket_id*

XS2event ID of the Ticket

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