Sign in

List post tags

documented

Return all unique tags from Documents in the site's posts collection.

GET /sites/{site_id}/tagsSitesno 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.siteleaf.com/v2/sites/{{$site_id}}/tags" \
  -u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
  -X GET \
  -H "Accept: application/json"