Skip to main content
GET
/
v1
/
request_tags
/
{uid}
Retrieve a Request Tag
curl --request GET \
  --url https://api.siit.io/v1/request_tags/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "uid": "<string>",
  "value": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Request Tag

Response

Request Tag show

uid
string

The UID of the Request Tag

value
string

The Tag name

updated_at
string<date-time>

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

created_at
string<date-time>

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")