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>"
}
]
}Returns all conversation tags
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>"
}
]
}