Jump to Content
Dmax
GuidesAPI ReferenceChangelogDiscussions
Log InDmax
Guides
Log In
GuidesAPI ReferenceChangelogDiscussions
All
Pages
Start typing to search…

Documentation

  • Defender Max
  • Creating Users
    • Creating Authentication Profiles (User Groups)
  • Creating and Defining Safes
  • Creating and Configuring Server Connectors (to File Repositories)
    • Creating a Flow Policy (In to Out)
    • Creating a File Profile and Policy
    • Viewing Traffic Logs
  • Creating and Configuring Cloud Connectors
    • Cloud Connectors - AWS
    • Cloud Connectors - Azure
    • Cloud Connectors - SharePoint
  • CLI - Advance Global Configs
    • CLI advance values
  • Configuring SAML using Azure
  • KB
    • Extend Disk
    • Questionire Documentation
    • Install Custom certificate

api

  • E-Mail Share API Guide
    • Introduction
    • Getting Started
    • Using the endpoints
    • Step by Step
  • File Scanning
    • Send file synchronous
    • Send file asynchronous
    • Send file base64
    • File Upload
    • Form to files
  • URI scanning
    • rate a categories of a uri
Powered by 

Step by Step

Defender Max Safe API

Logging in

Execute the logincall and store the token.

Getting the current file list

Get the list and make sure your initial list is empty. You don't want to send anything by mistake

Adding Files

Let's add the file.

Send the files

When everything is ready you can send the files.

Remember that the files will be stored in a zip file and bundled together.

Updated 2 months ago


Using the endpoints
File Scanning
  • Table of Contents
    • Logging in
    • Getting the current file list
    • Adding Files
    • Send the files