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>" }
Returns a conversation Tag
ID of Tag to get
Conversation Tag
Unique identifier of the tag
Human-readable tag title
Tag color (hex, rgb, or named color)