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>'
{
  "tags": [
    {
      "id": "<string>",
      "title": "<string>",
      "color": "<string>",
      "associatedTo": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Conversation Tags

tags
object[]