Skip to content

Retrieve details and usage information for a specific tag

Request

Security
JWTAuthorizer
Path
tagNamestringrequired

Tag name

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/tags/{tagName}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
created_atnumber

Unix timestamp when tag was created

namestring

Tag name

Example:"prod_status"
valuesArray of strings
Response
{ "created_at": 0, "name": "prod_status", "values": [ "string" ] }