Get tag list
documentedReturn a list of tags created in the account.
GET /config_api_v1/tagsTagsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.dotcom-monitor.com/config_api_v1/login" \
-X POST \
-H "Content-Type: application/json" \
-d '{\"UID\":\"{{$uid}}\"}' \
-c cookies.txt && \
npx -y keychains@latest curl "https://api.dotcom-monitor.com/config_api_v1/tags" \
-b cookies.txt \
-H "Accept: application/json"