{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs Boards API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "Boards",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get boards",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2/boards",
"params": [
{
"name": "team_id",
"value": "",
"type": "query"
},
{
"name": "project_id",
"value": "",
"type": "query"
},
{
"name": "query",
"value": "",
"type": "query"
},
{
"name": "owner",
"value": "",
"type": "query"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
}
]
},
"docs": "Retrieves a list of boards accessible to the user associated with the provided access token. This endpoint supports filtering and sorting through URL query parameters.\nCustomize the response by specifying `team_id`, `project_id`, or other query parameters. Filtering by `team_id` or `project_id` (or both) returns results instantly. For other filters, allow a few seconds for indexing of newly created boards.\n\nIf you're an Enterprise customer with Company Admin permissions:\n- Enable **Content Admin"
},
{
"info": {
"name": "Create board",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.miro.com/v2/boards",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates a board with the specified name and sharing policies.