Skip to main content
POST
Get upload URL for a deal room document

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
fileName
string
required

Original file name including extension

Example:

"w9-form.pdf"

document_type
enum<string>
default:W9_FORM

Document category. Defaults to W9_FORM.

Available options:
W9_FORM

Response

Upload URL generated successfully

success
boolean
Example:

true

data
object