POST
/api/v1/tagsRequest Body
string
required
A unique name for the tag. Must be between 1 and 255 characters.
string | null
The ID of the folder to place this tag in. Pass
null or omit to leave the tag unorganised.Code Examples
Response
Returns201 Created with the newly created tag object.
Response Fields
string
required
The unique identifier for the created tag.
string
required
The name of the newly created tag.