Skip to main content
POST
/
v3
/
tags
Add Tag
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "handle": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Body

application/json
handle
string
required

Response

TagOriginal

data
TagOriginal · object
required