List Tags

List all tags defined for this account.

Example Request

GET /accounts/listtags HTTP/1.1
Host: ssapi.shipstation.com

Example Response

[
  {
    "tagId": 8362,
    "name": "Backorder",
    "color": "#800080"
  },
  {
    "tagId": 8324,
    "name": "Canada",
    "color": "#ff0000"
  },
  {
    "tagId": 8336,
    "name": "Fragile",
    "color": "#33CCCC"
  },
  {
    "tagId": 8221,
    "name": "Repeat Buyer",
    "color": "#CC99FF"
  }
]