Developer's API Documentation : Playground

Experiment and learn about the API here.


Step 1: Authorize and get an authorization code
AppID/Client IDRegister for one
StateA random string
ScopeChoose from here
https://api.toodledo.com/3/account/authorize.php?response_type=code&client_id=&state=&scope=


Step 2: Exchange authorization code for access_token
Authorization CodeMore info here
StateCompare to step 1
Client SecretGot when you registered
https://:@api.toodledo.com/3/account/token.php
grant_type=authorization_code
code=
Hurry! Code expires in 1 min


Step 3: Make API calls with access token
Access TokenExpire it here
API Call Format:
https://api.toodledo.com/3/.php?access_token=&f=


Step 4: When expired, exchange refresh_token for new access_token
Refresh TokenExpire it here
https://:@api.toodledo.com/3/account/token.php
grant_type=refresh_token
refresh_token=