Skip to main content
POST
/
conversation
/
tags
cURL
curl --request POST \
  --url https://api.pingmee.co.il/conversation/tags \
  --header 'Content-Type: application/json' \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '"<unknown>"'
{
  "id": "<string>",
  "title": "<string>",
  "color": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Plant to add to the store

The body is of type any.

Response

plant response

id
string
required

Unique identifier of the tag

title
string
required

Human-readable tag title

color
string
required

Tag color (hex, rgb, or named color)