Using Trello API: - I\'ve been able to get all the cards that are assigned to a Trello user - I\'ve been able to get all the boards that are assigned to an Organization
to get all your boards use
Trello.get("/members/me/boards")
worked for me using client.js