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.
Documentation IndexFetch the complete documentation index at: https://messenger-docs.cogfy.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://messenger-docs.cogfy.com/llms.txt
Use this file to discover all available pages before exploring further.
A list of tags
Show child attributes