Skip to main content

List tags of all charts

Rate limits

This endpoint does not belong to the priority lane. Do not use it within your ticket sales flow.

List all tags of all active (i.e. non-archived) charts.

GET https://api-{region}.seatsio.net/charts/tags
curl https://api-{region}.seatsio.net/charts/tags -u aSecretKey: 
{
"tags": ["tag1", "tag2", "tag3"]
}