Sign in

Mark Board as viewed

documented

Mark the board as viewed.

POST /boards/{id}/markedAsViewedBoardsno 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.trello.com/1/boards/{{$board_id}}/markedAsViewed?key={{TRELLO_API_KEY}}&token={{TRELLO_TOKEN}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Mark Board as viewed · Trello · OpenIntegrations