GET
/
api
/
v1
/
tags
/
{id}
{
  "$uri": "/api/v1/tags/a1b2c3d4e5f67890",
  "name": "<string>"
}

GET a single tag by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation
$uri
string
Example:

"/api/v1/tags/a1b2c3d4e5f67890"

name
string

The tag label or name. Name must be 30 characters or fewer.

Maximum length: 30