Sign in

List sites

documented

Return a list of the user's Siteleaf sites.

GET /sitesSitesno 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?per_page={{$per_page}}&page={{$page}}" \
  -X GET \
  -u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"