Skip to main content
POST
Approve or reject a deal

Authorizations

Authorization
string
header
required

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

Path Parameters

dealId
string
required

Securitization Deal ID

Example:

"deal_abc123"

Body

application/json
status
enum<string>
required
Available options:
APPROVED,
REJECTED
Example:

"APPROVED"

reason
string

Required when status is REJECTED

Example:

"Incomplete documentation"

Response

Deal status updated

success
boolean
Example:

true

data
object