Sign in

Get site custom property

documented

Get a site-level custom property value.

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://www.planyo.com/rest/?method=get_custom_property&api_key={{PLANYO_API_KEY}}&type={{$type}}&id={{$id}}&name={{$name}}&language={{$language}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get site custom property · planyo · OpenIntegrations