Sign in

Add folders

documented

Add folders to the account.

POST /3/folders/add.phpFoldersno 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.toodledo.com/3/folders/add.php" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "name={{$name}}&private={{$private}}&access_token={{OAUTH2_ACCESS_TOKEN}}"
Add folders · Toodledo · OpenIntegrations