Skip to content

Get tag

GET
/api/v1/tag/{id}
curl --request GET \
--url https://example.com/api/v1/tag/example
id
required
string
expand
string

Tag details

Media type application/json
object
id
required

Tag ID (15 chars)

string
name
required

Tag name

string
created
string format: date-time
updated
string format: date-time
Example generated
{
"id": "example",
"name": "example",
"created": "2026-04-15T12:00:00Z",
"updated": "2026-04-15T12:00:00Z"
}

Not Found

Internal Server Error