Skip to content

Get VAT information for ticket ​

GET
/v1/tickets/{ticket_id}/vat_information

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

sorting
Type
string
Default
null
page_size

Number of items per page

Type
integer
Default
50
page

Current page

Type
integer
Default
1
show_deleted

show deleted tickets

Type
boolean
Examplefalse

Responses​

OK

application/json
JSON
{
  
"event_iso_country": "NLD",
  
"vat_category": "high",
  
"vat_percentage": 21
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​