Sign in

Get site

documented

Retrieve details of a specific site.

GET /sites/{site_id}Sitesno 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}}" \
  -X GET \
  -u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
  -H "Accept: application/json"
Get site · siteleaf · OpenIntegrations