Skip to main content

List all tags.

GET 

/api/admin/tags

List all tags available in Unleash.

Responses

tagsSchema

Schema

    version integerrequired

    The version of the schema used to model the tags.

    tags

    object[]

    required

    A list of tags.

  • Array [

  • value stringrequired

    The value of the tag.

    Possible values: >= 2 characters and <= 50 characters

    Example: a-tag-value
    type stringrequired

    The type of the tag

    Possible values: >= 2 characters and <= 50 characters

    Example: simple
  • ]

Loading...