Sign in

Show subfolder

documented

Fetch details of a subfolder.

GET /modern/folders/{folderId}/subfolders/{subfolderId}Subfoldersno 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.wistia.com/modern/folders/{{$folderId}}/subfolders/{{$subfolderId}}" \
  -X GET \
  -H "Authorization: Bearer {{WISTIA_API_KEY}}" \
  -H "Accept: application/json"
Show subfolder · wistia · OpenIntegrations