{
  "info": {
    "name": "ZapSign — mcp.ai",
    "description": "REST API for the ZapSign 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/zapsign",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "zapsign_account_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "plan"
          ]
        },
        "description": "Conta ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_account_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "users"
          ]
        },
        "description": "Conta ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_account_write_create_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/write/create/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "write",
            "create",
            "user"
          ]
        },
        "description": "Gerenciar usuários da conta ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_account_write_delete_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/write/delete/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "write",
            "delete",
            "user"
          ]
        },
        "description": "Gerenciar usuários da conta ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_checks_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/checks/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "checks",
            "get"
          ]
        },
        "description": "Verificação de antecedentes no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"check_id\": \"\",\n  \"account\": \"\",\n  \"check_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_checks_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/checks/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "checks",
            "write",
            "create"
          ]
        },
        "description": "Criar verificação de antecedentes no ZapSign (consome créditos).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "get"
          ]
        },
        "description": "Documentos de assinatura no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"status\": \"\",\n  \"folder_path\": \"\",\n  \"deleted\": false,\n  \"signer_email\": \"\",\n  \"created_from\": \"\",\n  \"created_to\": \"\",\n  \"sort_order\": \"\",\n  \"include_signers\": false,\n  \"download_pdf\": false,\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "list"
          ]
        },
        "description": "Documentos de assinatura no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"status\": \"\",\n  \"folder_path\": \"\",\n  \"deleted\": false,\n  \"signer_email\": \"\",\n  \"created_from\": \"\",\n  \"created_to\": \"\",\n  \"sort_order\": \"\",\n  \"include_signers\": false,\n  \"download_pdf\": false,\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_signer_log",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/signer/log",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "signer",
            "log"
          ]
        },
        "description": "Documentos de assinatura no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"status\": \"\",\n  \"folder_path\": \"\",\n  \"deleted\": false,\n  \"signer_email\": \"\",\n  \"created_from\": \"\",\n  \"created_to\": \"\",\n  \"sort_order\": \"\",\n  \"include_signers\": false,\n  \"download_pdf\": false,\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_add_extra_doc",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/add/extra/doc",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "add",
            "extra",
            "doc"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "create"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_create_from_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/create/from/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "create",
            "from",
            "template"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "delete"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_place_signatures",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/place/signatures",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "place",
            "signatures"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_refuse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/refuse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "refuse"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_documents_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/documents/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "documents",
            "write",
            "update"
          ]
        },
        "description": "Criar/alterar documentos de assinatura no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_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 ZapSign vinculadas a este install — id e apelido.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_signers_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/signers/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "signers",
            "get"
          ]
        },
        "description": "Signatários no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"signer_token\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_signers_write_add",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/signers/write/add",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "signers",
            "write",
            "add"
          ]
        },
        "description": "Gerenciar signatários no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"signer_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_signers_write_remove",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/signers/write/remove",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "signers",
            "write",
            "remove"
          ]
        },
        "description": "Gerenciar signatários no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"signer_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_signers_write_sign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/signers/write/sign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "signers",
            "write",
            "sign"
          ]
        },
        "description": "Gerenciar signatários no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"signer_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_signers_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/signers/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "signers",
            "write",
            "update"
          ]
        },
        "description": "Gerenciar signatários no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doc_token\": \"\",\n  \"signer_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_templates_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/templates/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "templates",
            "get"
          ]
        },
        "description": "Templates (modelos DOCX) no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_token\": \"\",\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_templates_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/templates/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "templates",
            "list"
          ]
        },
        "description": "Templates (modelos DOCX) no ZapSign (leitura).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_token\": \"\",\n  \"page\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_templates_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/templates/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "templates",
            "write",
            "create"
          ]
        },
        "description": "Gerenciar templates no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_templates_write_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/templates/write/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "templates",
            "write",
            "delete"
          ]
        },
        "description": "Gerenciar templates no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_templates_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/templates/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "templates",
            "write",
            "update"
          ]
        },
        "description": "Gerenciar templates no ZapSign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template_token\": \"\",\n  \"data\": {},\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_webhooks_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "write",
            "create"
          ]
        },
        "description": "Gerenciar webhooks no ZapSign (não há endpoint de listagem na API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"data\": {},\n  \"account\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zapsign_webhooks_write_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/write/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "write",
            "delete"
          ]
        },
        "description": "Gerenciar webhooks no ZapSign (não há endpoint de listagem na API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"data\": {},\n  \"account\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}