Skip to content

Get available flag options ​

GET
/v1/admin/xs2event/tickets/flags/catalog

Returns a catalog of all available flags with descriptions

Authorizations​

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

Responses​

OK

application/json
JSON
{
  
"flags": [
  
  
{
  
  
  
"value": "string",
  
  
  
"text": "string",
  
  
  
"description": "string"
  
  
}
  
]
}

Playground​

Server
Authorization

Samples​