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