{
  "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_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account"
          ]
        },
        "description": "Dados da conta Hotmart conectada (nome, documento, configurações).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_club_lessons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/club/lessons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "club",
            "lessons"
          ]
        },
        "description": "Área de membros (Hotmart Club). Inventaria e acompanha o conteúdo de um curso.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subdomain\": \"\",\n  \"module_id\": \"\",\n  \"user_id\": \"\",\n  \"student_email\": \"\",\n  \"is_extra\": false,\n  \"account\": \"\",\n  \"module_ids\": \"\",\n  \"user_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_club_modules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/club/modules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "club",
            "modules"
          ]
        },
        "description": "Área de membros (Hotmart Club). Inventaria e acompanha o conteúdo de um curso.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subdomain\": \"\",\n  \"module_id\": \"\",\n  \"user_id\": \"\",\n  \"student_email\": \"\",\n  \"is_extra\": false,\n  \"account\": \"\",\n  \"module_ids\": \"\",\n  \"user_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_club_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/club/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "club",
            "pages"
          ]
        },
        "description": "Área de membros (Hotmart Club). Inventaria e acompanha o conteúdo de um curso.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subdomain\": \"\",\n  \"module_id\": \"\",\n  \"user_id\": \"\",\n  \"student_email\": \"\",\n  \"is_extra\": false,\n  \"account\": \"\",\n  \"module_ids\": \"\",\n  \"user_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_club_students",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/club/students",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "club",
            "students"
          ]
        },
        "description": "Área de membros (Hotmart Club). Inventaria e acompanha o conteúdo de um curso.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subdomain\": \"\",\n  \"module_id\": \"\",\n  \"user_id\": \"\",\n  \"student_email\": \"\",\n  \"is_extra\": false,\n  \"account\": \"\",\n  \"module_ids\": \"\",\n  \"user_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_coupons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coupons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coupons"
          ]
        },
        "description": "Lista cupons de desconto de um produto (requer product_id; filtros: code, page_token).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"product_id\": \"\",\n  \"code\": \"\",\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_coupons_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coupons/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coupons",
            "write",
            "create"
          ]
        },
        "description": "Mutações em cupons de desconto Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"product_id\": \"\",\n  \"code\": \"\",\n  \"discount\": 0,\n  \"coupon_id\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\",\n  \"coupon_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_coupons_write_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coupons/write/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coupons",
            "write",
            "delete"
          ]
        },
        "description": "Mutações em cupons de desconto Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"product_id\": \"\",\n  \"code\": \"\",\n  \"discount\": 0,\n  \"coupon_id\": \"\",\n  \"account\": \"\",\n  \"product_ids\": \"\",\n  \"coupon_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_events_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/events/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "events",
            "info"
          ]
        },
        "description": "Eventos presenciais (Hotmart Events).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event_id\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"event_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_events_participants",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/events/participants",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "events",
            "participants"
          ]
        },
        "description": "Eventos presenciais (Hotmart Events).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event_id\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\",\n  \"event_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "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_negotiation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/negotiation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "negotiation"
          ]
        },
        "description": "Cria uma negociação (recuperação) de uma assinatura em atraso (requer subscriber_code).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subscriber_code\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links"
          ]
        },
        "description": "Lista os links de pagamento (payment links) da conta Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links_write_add_offer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/write/add/offer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "write",
            "add",
            "offer"
          ]
        },
        "description": "Mutações em links de pagamento Hotmart (gera cobrança, mexe em dinheiro).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payment_link_ucode\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links_write_add_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/write/add/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "write",
            "add",
            "plan"
          ]
        },
        "description": "Mutações em links de pagamento Hotmart (gera cobrança, mexe em dinheiro).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payment_link_ucode\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links_write_charge_offer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/write/charge/offer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "write",
            "charge",
            "offer"
          ]
        },
        "description": "Mutações em links de pagamento Hotmart (gera cobrança, mexe em dinheiro).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payment_link_ucode\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links_write_charge_value",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/write/charge/value",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "write",
            "charge",
            "value"
          ]
        },
        "description": "Mutações em links de pagamento Hotmart (gera cobrança, mexe em dinheiro).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payment_link_ucode\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_payment_links_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "write",
            "create"
          ]
        },
        "description": "Mutações em links de pagamento Hotmart (gera cobrança, mexe em dinheiro).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payment_link_ucode\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_products_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "list"
          ]
        },
        "description": "Catálogo de produtos do creator na Hotmart (Products API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ucode\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_products_offers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/offers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "offers"
          ]
        },
        "description": "Catálogo de produtos do creator na Hotmart (Products API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ucode\": \"\",\n  \"max_results\": 0,\n  \"page_token\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_products_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "plans"
          ]
        },
        "description": "Catálogo de produtos do creator na Hotmart (Products API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ucode\": \"\",\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_sales_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "users"
          ]
        },
        "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_write_refund",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sales/write/refund",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sales",
            "write",
            "refund"
          ]
        },
        "description": "Mutações em vendas Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"transaction_code\": \"\",\n  \"account\": \"\"\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_switch_plan_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/switch/plan/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "switch",
            "plan",
            "plans"
          ]
        },
        "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_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "transactions"
          ]
        },
        "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  \"data\": {},\n  \"subscriber_codes\": \"\",\n  \"subscriber_code\": \"\",\n  \"due_day\": 0,\n  \"send_mail\": false,\n  \"charge\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_write_change_due_day",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/write/change/due/day",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "write",
            "change",
            "due",
            "day"
          ]
        },
        "description": "Mutações em assinaturas Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"subscriber_codes\": \"\",\n  \"subscriber_code\": \"\",\n  \"due_day\": 0,\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  \"data\": {},\n  \"subscriber_codes\": \"\",\n  \"subscriber_code\": \"\",\n  \"due_day\": 0,\n  \"send_mail\": false,\n  \"charge\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hotmart_subscriptions_write_switch_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/write/switch/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "write",
            "switch",
            "plan"
          ]
        },
        "description": "Mutações em assinaturas Hotmart.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"subscriber_codes\": \"\",\n  \"subscriber_code\": \"\",\n  \"due_day\": 0,\n  \"send_mail\": false,\n  \"charge\": false,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}