RFI
Get RFI
Retrieve a single RFI. Returns the RFI along with its questions and responses.
Example Request
Example Response
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Path Parameters
rfiIDRequiredstringThe unique identifier of the RFI
Response Body
Success response
idRequiredstringThe unique identifier of the RFI
typeRequiredstringThe type of RFI
Value in:
"transaction" | "account" | "nominal_sub_account" | "nominal_sub_account_opening"related_idRequiredstringThe ID of the related entity (e.g., transaction ID, Account ID)
legal_entity_idRequiredstringThe legal entity ID associated with the RFI
descriptionRequiredstringDescription of the RFI
statusRequiredstringThe status of the RFI or question
Value in:
"action_required" | "pending_review" | "closed" | "approved" | "rejected" | "timeout"questionsRequiredarray<object>List of questions in the RFI
created_atRequiredstringTimestamp when the RFI was created
Format:
"date-time"updated_atRequiredstringTimestamp when the RFI was last updated
Format:
"date-time"