Sign in

Get features

documented

Returns the features that the given apps and optionally space includes (e.g., widgets, tasks, filters, forms, integration, items).

GET /app/features/Applicationsno 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.podio.com/app/features/?app_ids={{$app_ids}}&include_space={{$include_space}}" \
  -X GET \
  -H "Authorization: OAuth2 {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get features · Podio · OpenIntegrations