Miro
communityOnline collaborative whiteboard platform for teams
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.miro.com/v2/boardsList boards
Parameters
sortdefault|last_modified|last_opened (stringoptionallimitcount (integeroptionalReturns
data[] with id, name, description, createdAt, modifiedAt, viewLinkGET
https://api.miro.com/v2/boards/{board_id}Get board details and items
Parameters
board_idboard ID (stringrequiredReturns
board with id, name, description, owner, team, viewLinkPOST
https://api.miro.com/v2/boards/{board_id}/sticky_notesCreate a sticky note on a board
Parameters
data{content} (objectrequiredboard_idboard ID (stringrequiredposition{xoptional— y} (objectReturns
sticky_note with id, content, position, createdAt