Sign in

Get tag list

documented

Return a list of tags created in the account.

GET /config_api_v1/tagsTagsno implementation yet0 runs
No 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"
Get tag list · Dotcom-Monitor · OpenIntegrations