Get File Upload URL

Returns the file upload URLs for provided file columns.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired

Request

This endpoint expects an object.
recordslist of objectsOptional
List of records where the files to be uploaded.

Response

OK
recordslist of objects
List of records corresponding to the list of given fileColumns.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error