v1Resources/Data/postCreate an asset tag

Create an asset tag

Creates a new asset tag with the given name.

post/api/v1/tags
media:write
Request body
namestringrequired
The tag's name.
Response
dataobjectoptional
idstringoptional
Unique identifier for the newly created tag.
namestringoptional
The tag's name.
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
post/api/v1/tags
Your API key
Request body*
{
  "data": {
    "id": "tag_1",
    "name": "VIP"
  }
}