Skip to main content

Get a tag by type and value.

GET 

<your-unleash-url>/api/admin/tags/:type/:value

Get a tag by type and value. Can be used to check whether a given tag already exists in Unleash or not.

Request

Path Parameters

    type stringrequired
    value stringrequired

Responses

tagWithVersionSchema

Schema
    versionintegerrequired

    The version of the schema used to model the tag.

    Example: 1
    tag objectrequired

    Representation of a tag

    valuestringrequired

    The value of the tag.

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

    Example: a-tag-value
    typestringrequired

    The type of the tag

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

    Example: simple

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/tags/:type/:value' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!