Create RFI Action
Perform an action (approve, reject, or close) on a Request for Information.
This endpoint is only available in our sandbox environment. It is not available in production.
Use this endpoint to perform actions on an entire RFI in sandbox mode, simulating the compliance team approving, rejecting, or closing an RFI after reviewing customer responses.
Example Request
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalactionRequiredstringThe action to perform on an RFI or question
Value in:
"approve" | "reject" | "close"Path Parameters
rfiIDRequiredstringThe unique identifier of the RFI
Response Body
Success response
Empty