GET/tags/{id}.json

Get a single tag

This returns all details about an individual tag.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "tag": {
    "id": "999",
    "name": "Website",
    "color": "#ff0000"
  },
  "STATUS": "OK"
}