Using the endpoints
Defender Max Safe API
As described in the Swagger file, there are methods for the following operations:
- List added files: GET ‘listShareTempFiles’.
- Adding files: POST ‘shareTempFile’
- Deleting files: DELETE ‘shareTempFile’
- Sending added files: POST ‘sendSharedTempContent’.
You can find the Endpoints here.
Note: after sending, the bundle gets cleared.
postman collection
Updated over 1 year ago