GET/tags.json
List All Tags
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"tags": [
{
"name": "api",
"id": "5",
"color": "#b1da34"
}
]
}
{
"tags": [
{
"name": "api",
"id": "5",
"color": "#b1da34"
}
]
}