{
  "info": {
    "name": "MFIT Personal — mcp.ai",
    "description": "REST API for the MFIT Personal MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/mfit",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "mfit_client_files_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/files/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "files",
            "delete"
          ]
        },
        "description": "Delete a student file (irreversible).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"file_id\": \"\",\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"file_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_files_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/files/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "files",
            "get"
          ]
        },
        "description": "Read student files/attachments (diet plans, exams, planners, misc).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"file_id\": \"\",\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"file_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_files_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/files/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "files",
            "list"
          ]
        },
        "description": "Read student files/attachments (diet plans, exams, planners, misc).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"file_id\": \"\",\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"file_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_files_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/files/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "files",
            "write"
          ]
        },
        "description": "Update a student file: rename or change sharing settings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_id\": \"\",\n  \"nome\": \"\",\n  \"clients\": \"\",\n  \"groups\": \"\",\n  \"account\": \"\",\n  \"file_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "get"
          ]
        },
        "description": "Read students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"status\": \"\",\n  \"search\": \"\",\n  \"page\": 0,\n  \"page_size\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "list"
          ]
        },
        "description": "Read students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"status\": \"\",\n  \"search\": \"\",\n  \"page\": 0,\n  \"page_size\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_list_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/list/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "list",
            "groups"
          ]
        },
        "description": "Read students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"status\": \"\",\n  \"search\": \"\",\n  \"page\": 0,\n  \"page_size\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "write",
            "create"
          ]
        },
        "description": "Create / update / deactivate students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"name\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"gender\": \"\",\n  \"groupId\": \"\",\n  \"birthDate\": \"\",\n  \"blockOverdue\": false,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_write_deactivate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/write/deactivate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "write",
            "deactivate"
          ]
        },
        "description": "Create / update / deactivate students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"name\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"gender\": \"\",\n  \"groupId\": \"\",\n  \"birthDate\": \"\",\n  \"blockOverdue\": false,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_client_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/client/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "client",
            "write",
            "update"
          ]
        },
        "description": "Create / update / deactivate students in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"name\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"gender\": \"\",\n  \"groupId\": \"\",\n  \"birthDate\": \"\",\n  \"blockOverdue\": false,\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_anamnesis_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/anamnesis/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "anamnesis",
            "models"
          ]
        },
        "description": "Get available anamnesis form templates (e.g. PAR-Q) that can be sent to students.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_client_count",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/count",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "count"
          ]
        },
        "description": "Get a summary count of active and inactive students.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_client_evaluations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/evaluations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "evaluations"
          ]
        },
        "description": "Get evaluations for one or many students: heart rate zones, VO2max, and training frequency.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"client_ids\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_client_notes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/notes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "notes"
          ]
        },
        "description": "Read notes/observations for one or many students (bulk via client_ids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"client_ids\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_client_notes_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/notes/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "notes",
            "write"
          ]
        },
        "description": "Save (overwrite) notes/observations for a student. Replaces any existing notes text.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"notes\": \"\",\n  \"account\": \"\",\n  \"client_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_client_workouts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/client/workouts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "client",
            "workouts"
          ]
        },
        "description": "Get all workout routines assigned to one or many students. Supports bulk via client_ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"client_ids\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_exercise_favorites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/exercise/favorites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "exercise",
            "favorites"
          ]
        },
        "description": "Get the trainer's favorite exercises.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_feedbacks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/feedbacks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "feedbacks"
          ]
        },
        "description": "Get all unread workout feedbacks from students. Each feedback includes: student name, Borg RPE score (1-10 perceived effort), text feedback, workout date/time, duration. Shows which students completed",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_finances",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/finances",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "finances"
          ]
        },
        "description": "Get financial overview: transactions in date range, wallet/payment info, seller status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_invoices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "invoices"
          ]
        },
        "description": "Get invoices/billing for one or many students (bulk via client_ids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"client_ids\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profile"
          ]
        },
        "description": "Get the trainer's own MFIT profile: name, email, plan, payment country.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_retention",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/retention",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "retention"
          ]
        },
        "description": "Get student retention dashboard: active clients, engagement rate, growth rate, churn rate, NPS. Compare current period vs previous.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"period\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_retention_clients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/retention/clients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "retention",
            "clients"
          ]
        },
        "description": "List students by retention status: AT_RISK (may churn), ABANDONED (stopped training), ACTIVE, or all. Shows days since last workout, avg weekly workouts, WhatsApp link. Much more useful than listing c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_today_checkins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/today/checkins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "today",
            "checkins"
          ]
        },
        "description": "Check which students trained today. Scans all active students and returns two lists: who_trained and who_didnt. Single call, no need to check one by one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_training_frequency",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/training/frequency",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "training",
            "frequency"
          ]
        },
        "description": "Get which days one or many students trained in a date range. Returns true/false per day of week.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"client_ids\": \"\",\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_training_ranking",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/training/ranking",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "training",
            "ranking"
          ]
        },
        "description": "Ranking of students who trained the most in a period (default: current month). Uses bulk frequency checks and returns top performers.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"month\": \"\",\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"status\": \"\",\n  \"limit\": 0,\n  \"include_frequency_payload\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_user_exercises",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/exercises",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "exercises"
          ]
        },
        "description": "Get custom exercises created by the trainer.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_get_workout_library",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workout/library",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workout",
            "library"
          ]
        },
        "description": "Browse the trainer's workout library folders and saved routines. Use folder_id=0 for the root.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": 0,\n  \"type\": 0,\n  \"account\": \"\",\n  \"folder_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "List all MFIT accounts linked to this install.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_search_exercises",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/exercises",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "exercises"
          ]
        },
        "description": "Search the exercise library by name (Portuguese or English). Returns exercise name, category, muscle group, and video/image URL.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"page\": 0,\n  \"hits_per_page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_delete_exercise",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/delete/exercise",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "delete",
            "exercise"
          ]
        },
        "description": "Destructive operations on workout routines, sessions, and exercises.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"account\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_session_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_delete_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/delete/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "delete",
            "routine"
          ]
        },
        "description": "Destructive operations on workout routines, sessions, and exercises.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"account\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_session_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_delete_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/delete/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "delete",
            "session"
          ]
        },
        "description": "Destructive operations on workout routines, sessions, and exercises.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"account\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_session_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_get_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/get/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "get",
            "routine"
          ]
        },
        "description": "Read workout routines and sessions in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"account\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_get_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/get/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "get",
            "session"
          ]
        },
        "description": "Read workout routines and sessions in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"account\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_add_exercise",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/add/exercise",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "add",
            "exercise"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_archive_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/archive/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "archive",
            "routine"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_create_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/create/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "create",
            "routine"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_create_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/create/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "create",
            "session"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_unarchive_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/unarchive/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "unarchive",
            "routine"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_update_routine",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/update/routine",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "update",
            "routine"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "mfit_workout_write_update_serie",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workout/write/update/serie",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workout",
            "write",
            "update",
            "serie"
          ]
        },
        "description": "Create / update workout routines, sessions, and exercises in MFIT.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": \"\",\n  \"routine_id\": \"\",\n  \"session_id\": \"\",\n  \"exercise_id\": \"\",\n  \"exercise_session_id\": \"\",\n  \"serie_id\": \"\",\n  \"reps\": \"\",\n  \"weight\": \"\",\n  \"rest\": \"\",\n  \"name\": \"\",\n  \"trainingType\": 0,\n  \"goal\": 0,\n  \"difficulty\": 0,\n  \"instructions\": \"\",\n  \"startDate\": \"\",\n  \"endDate\": \"\",\n  \"allowPdfDownload\": false,\n  \"showTrainingTime\": false,\n  \"day\": 0,\n  \"account\": \"\",\n  \"client_ids\": \"\",\n  \"routine_ids\": \"\",\n  \"session_ids\": \"\",\n  \"exercise_ids\": \"\",\n  \"exercise_session_ids\": \"\",\n  \"serie_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}