cURL
curl --request GET \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/tags \ --header 'Client-Token: <api-key>'
Returns all tags registered in the business account
[ { "id": "1", "name": "New customer", "color": 1 }, { "id": "2", "name": "New order", "color": 2 }, { "id": "3", "name": "Pending payment", "color": 0 }, { "id": "4", "name": "Paid", "color": 3 }, { "id": "5", "name": "Order completed", "color": 5 } ]