cURL
curl --request GET \ --url https://messenger-public-api.cogfy.com/tags \ --header 'api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
Retrieves a list of all tags in the workspace.
Show child attributes