Skip to main content
GET
GET tags
GET a single tag by its ID.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

OK

$uri
string
required
read-only
Pattern: ^/api/v1/tags/[a-f0-9]{16}$
Example:

"/api/v1/tags/0d77065796f8d173"

name
string
required

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

Maximum string length: 30