When you need the list of todo's for the logged in user
GET
/todo/user/todo/{page}
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/todo/user/todo/1' \
--header "Authorization: Bearer $ACCESS_TOKEN"
When you need the list of todo's for the logged in user
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/todo/user/todo/1' \
--header "Authorization: Bearer $ACCESS_TOKEN"