API resource
Tags
Tags are labels for grouping WordPress sites available to you. Use Tags to review each label's name, color, and the sites assigned to it.
List tags
Returns tags in your account with display names, colors, and assigned site
/tags POSTCreate tag
Creates a tag that can be assigned to WordPress sites available to you.
/tags GETShow tag
Returns one tag with display name, color, and assigned site IDs. Assigned
/tags/{tag_id} DELETEDelete tag
Deletes a tag and clears all site assignments.
/tags/{tag_id} POSTUpdate tag
Updates a tag's display name, color, or both.
/tags/{tag_id}/update POSTAssign tag to sites
Assigns one tag to selected WordPress sites available to you.
/tags/{tag_id}/assign POSTRemove tag from sites
Removes one tag from selected WordPress sites available to you.
/tags/{tag_id}/remove