Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Connections
List Connection Tags
List all Connection Tags.
GET
/
connections-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"
}
]
Response
200
application/json
OK
The response is of type object[]
.
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"
}
]
Assistant
Responses are generated using AI and may contain mistakes.