Upload files
POST/api/v1/files
Upload one or more files for the merchant. Requests are
multipart/form-data; size and MIME-type limits follow the
server's multer configuration (see middleware/fileMiddleware.js).
Request
Responses
- 200
- 400
- 401
- 403
Files uploaded
Upload error (size / MIME-type violation, storage failure).
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource