{
"data": [
{
"id": "a3b056b9-ba02-44fc-bd59-deaa1d4e38d2",
"type": "tags",
"attributes": {
"name": "One"
},
"relationships": {
"space": {
"data": {
"id": "83e9ce00-3007-4e33-9e64-fc5343b5b84b",
"type": "spaces"
}
}
},
"links": {
"self": "https://environment.monterosa.cloud/api/v2/tags/a3b056b9-ba02-44fc-bd59-deaa1d4e38d2"
}
},
{
"id": "59575594-fed2-43fb-8590-210ba12604ea",
"type": "tags",
"attributes": {
"name": "Two"
},
"relationships": {
"space": {
"data": {
"id": "83e9ce00-3007-4e33-9e64-fc5343b5b84b",
"type": "spaces"
}
}
},
"links": {
"self": "https://environment.monterosa.cloud/api/v2/tags/59575594-fed2-43fb-8590-210ba12604ea"
}
}
]
}
curl -i --request GET \
--url https://environment.monterosa.cloud/api/v2/spaces/2dae6dc6-c2c5-4220-b69d-4bda57f79bf2/tags \
--header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
--header 'Content-Type: application/vnd.api+json'