{
  "info": {
    "name": "Hotmart — mcp.ai",
    "description": "REST API for the Hotmart 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/hotmart",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "hotmart_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista contas Hotmart (creators) vinculadas a este install — id, label e apelido.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products"
          ]
        },
        "description": "Lista produtos do creator na Hotmart (filtros opcionais: max_results, page_token).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_sales_commissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/commissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "commissions"
          ]
        },
        "description": "Leitura de vendas na Hotmart (Payments API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"product_id\": \"\",\n  \"transaction_status\": \"\",\n  \"buyer_email\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_sales_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "history"
          ]
        },
        "description": "Leitura de vendas na Hotmart (Payments API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"product_id\": \"\",\n  \"transaction_status\": \"\",\n  \"buyer_email\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_sales_price_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/price/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "price",
            "details"
          ]
        },
        "description": "Leitura de vendas na Hotmart (Payments API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"product_id\": \"\",\n  \"transaction_status\": \"\",\n  \"buyer_email\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_sales_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "summary"
          ]
        },
        "description": "Leitura de vendas na Hotmart (Payments API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"product_id\": \"\",\n  \"transaction_status\": \"\",\n  \"buyer_email\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "list"
          ]
        },
        "description": "Leitura de assinaturas na Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_code\": \"\",\n  \"product_id\": \"\",\n  \"subscriber_email\": \"\",\n  \"status\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_purchases",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/purchases",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "purchases"
          ]
        },
        "description": "Leitura de assinaturas na Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_code\": \"\",\n  \"product_id\": \"\",\n  \"subscriber_email\": \"\",\n  \"status\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "summary"
          ]
        },
        "description": "Leitura de assinaturas na Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_code\": \"\",\n  \"product_id\": \"\",\n  \"subscriber_email\": \"\",\n  \"status\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_write_cancel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/write/cancel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "write",
            "cancel"
          ]
        },
        "description": "Mutações em assinaturas Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_codes\": \"\",\n  \"send_mail\": false,\n  \"charge\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_write_reactivate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/write/reactivate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "write",
            "reactivate"
          ]
        },
        "description": "Mutações em assinaturas Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_codes\": \"\",\n  \"send_mail\": false,\n  \"charge\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}