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.
- Text
- PHP
- C#
- Java
- Python
- Ruby
- Javascript
- Go
GET https://api-{region}.seatsio.net/charts/tags
$seatsioClient->charts->listAllTags();
await Client.Charts.ListAllTagsAsync();
client.charts.listAllTags();
client.charts.list_all_tags()
client.charts.list_all_tags
await client.charts.listAllTags();
tags, err := client.Charts.ListAllTags()
curl https://api-{region}.seatsio.net/charts/tags -u aSecretKey:
{
"tags": ["tag1", "tag2", "tag3"]
}