v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBTransfer Approvals
Get a transfer approval
Retrieve detailed information about a specific transfer approval
get/v2/transfer-approvals/{approvalId}
Path parameters
approvalIdstring uuid required
ID of the transfer approval
Response
Transfer approval details retrieved successfully
Example response
{
"success": true,
"message": "Approval details retrieved successfully",
"approval": {
"id": "approval-123-e89b-12d3-a456-426614174002",
"transferId": "transfer-456-e89b-12d3-a456-426614174003",
"status": "PENDING",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T11:00:00.000Z",
"transferType": "WALLET.TRANSFER",
"votes": [
{
"approverId": "profile-789-e89b-12d3-a456-426614174006",
"vote": "APPROVE",
"comment": "Approved after reviewing transaction details",
"createdAt": "2024-01-15T11:00:00.000Z"
}
]
}
}