Skip to main content

List tags of all charts

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"]
}