Last updated 1 year ago
Was this helpful?
Read and return MFA Vendor details from an ini file.
Vendor Details file to be uploaded.
The Vendors
POST /api/MFAVendor/Details HTTP/1.1 Host: Content-Type: multipart/form-data Accept: */* Content-Length: 47 { "VendorFile": "binary", "VendorFilePath": "text" }
Success
[ { "id": 1, "name": "text", "vendorAttributes": [ { "id": 1, "name": "text", "type": [ "0 = Number", "1 = String", "2 = IP", "3 = Time" ] } ] } ]