Retrieve a tag

Retrieves the details of an existing tag.

GET/v3/tags/{id}
JWT
tag:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the tag.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string"
}