{
  "info": {
    "name": "RD Station — mcp.ai",
    "description": "REST API for the RD Station 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/rdstation",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "rdstation_account_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "info"
          ]
        },
        "description": "Dados da conta RD Station ativa (nome da conta).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_contacts_funnel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/contacts/funnel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "contacts",
            "funnel"
          ]
        },
        "description": "Contatos (leads) na RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier_type\": \"\",\n  \"identifier\": \"\",\n  \"fields\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_contacts_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/contacts/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "contacts",
            "get"
          ]
        },
        "description": "Contatos (leads) na RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier_type\": \"\",\n  \"identifier\": \"\",\n  \"fields\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_contacts_upsert",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/contacts/upsert",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "contacts",
            "upsert"
          ]
        },
        "description": "Contatos (leads) na RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier_type\": \"\",\n  \"identifier\": \"\",\n  \"fields\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "events"
          ]
        },
        "description": "Cria um evento de conversão na RD Station Marketing (POST /platform/events).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as contas RD Station vinculadas a este install (account_id, label).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_webhooks_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "create"
          ]
        },
        "description": "Webhooks da RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"webhook\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_webhooks_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "delete"
          ]
        },
        "description": "Webhooks da RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"webhook\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "rdstation_webhooks_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "list"
          ]
        },
        "description": "Webhooks da RD Station Marketing.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"webhook\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}