Create a New Tag
POST /tags
POST
/tags
Parameters
Header Parameters
x-api-key
string
E.g. 123
Example
123
Request Body
object
colour
required
Hex color code of the tag
string
#993366
name
required
Name of the tag
string
Give me a name
Example
{ "colour": "#009aed", "name": "Veeqo Tag"}
Responses
201
Created
object
id
number
name
string
colour
string
company_id
number
taggings_count
number
Example
{ "id": 144441, "name": "Veeqo Tag", "colour": "#009aed", "company_id": 21314, "taggings_count": 0}
Headers
X-Request-Id
string