curl --request GET \
--url https://use.hoop.dev/api/connections-tags
[
{
"created_at": "2023-08-15T14:30:45Z",
"id": "tag_01H7ZD5SJRZ7RPGQRMT4Y9HF",
"key": "environment",
"updated_at": "2023-08-15T14:30:45Z",
"value": "production"
}
]
List all Connection Tags.
curl --request GET \
--url https://use.hoop.dev/api/connections-tags
[
{
"created_at": "2023-08-15T14:30:45Z",
"id": "tag_01H7ZD5SJRZ7RPGQRMT4Y9HF",
"key": "environment",
"updated_at": "2023-08-15T14:30:45Z",
"value": "production"
}
]
OK
The response is of type object[]
.
Was this page helpful?