List Tags

List audience tags.

MethodGET
/api/v2/tags

Lists audience tags. Permission: audience.

SDK tags.list() takes no args. HTTP accepts optional ?limit= to slice the list.

Query Parameters

NameTypeDescription
limitintegerOptional slice. When the org has more tags than limit, has_more is true.

Response Fields

FieldTypeDescription
object"list"Discriminator. Always list.
has_morebooleantrue when limit truncated the list.
dataarrayTag objects: id, name, subscriberCount.

Errors

StatusnameWhen
401missing_api_keyMissing or invalid bearer token
403missing_permissionToken lacks the audience permission