Skip to main content
GET
/
conversation
/
tags
cURL
curl --request GET \
  --url https://api.pingmee.co.il/conversation/tags \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "color": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

Conversation Tags

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)