GET/tags.json

List All Tags

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "tags": [
    {
      "name": "api",
      "id": "5",
      "color": "#b1da34"
    }
  ]
}