cURL
curl --request GET \ --url https://api.chat-dash.com/v1/public/agents/{agentId}/leads/tags \ --header 'Authorization: <authorization>'
[ { "_id": "<string>", "label": "<string>", "system": true, "systemLabel": "<string>" } ]
Fetch all tags used for leads in a specific agent
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the agent
OK - List of lead tags
The ID of the tag
The label of the tag
Whether the tag is a system tag
The system label of the tag