Skip to content

Get guest data requirements

GET
/v1/tickets/{ticket_id}/guestdata

Get the guestdata requirements for a specific event.

Authorizations

api_key
TypeAPI Key (header: X-Api-Key)

Parameters

Path Parameters

ticket_id*

XS2event ID of the Ticket

Typestring
Required

Query Parameters

country_hint
Typestring
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