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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<string>
required

ID of Tag to get

Response

Conversation Tag

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)