Tag
Resource 'Tag' operations.
Last updated
Resource 'Tag' operations.
Last updated
GET /tags HTTP/1.1
Host: api.glu.io
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"createdAt": "2026-01-09T22:17:27.217Z",
"updatedAt": "2026-01-09T22:17:27.217Z",
"name": "text",
"systemDefined": false
}
]GET /tags/{id} HTTP/1.1
Host: api.glu.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"id": 1,
"createdAt": "2026-01-09T22:17:27.217Z",
"updatedAt": "2026-01-09T22:17:27.217Z",
"name": "text",
"systemDefined": false
}