Skip to main content
POST
Complete loan tape upload

Authorizations

Authorization
string
header
required

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

Body

application/json
deal_id
string
required

Deal ID returned from the initiate step

Example:

"deal_abc123"

file_name
string
required

file_name returned from the initiate step

Example:

"a1b2c3d4.upload"

Response

Upload completed — deal moved to IN_REVIEW

success
boolean
Example:

true

data
object