Skip to content
Search
K
Main Navigation
Uptime
Portal
Appearance
Menu
Return to top
On this page
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
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"guest_data_requirements"
:
[
[
"first_name"
,
"last_name"
,
"lead_guest"
,
"pre_checkout"
]
]
}
GET
/v1/events/{event_id}/guestdata
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
event_id
*
country_hint
Try it out
Samples