GET
/
tags
/
{id}
curl --request GET \
  --url https://api.matia.io/v1/tags/{id} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "owner": "<string>",
    "origin": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "lastUpdatedAt": "2023-11-07T05:31:56Z",
    "taggedResources": [
      {
        "id": "<string>"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of the tag

Response

200
application/json

Successful operation

The response is of type object.