Applies to integrated customers using the RecoveryConnect API
Retrieve Specified Collateral for Assignment
Description: This endpoint retrieves the details of a specific collateral associated with an assignment.
Collaterals represent the assets linked to the assignment, such as vehicles or other repossessed property. By providing the assignment ID and collateral ID, this endpoint returns detailed information about the specified collateral including identification details and other related metadata.
URL: /api/v130/assignments/{assignment_id}/collaterals/{collateral_id}
Method: GET
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
URL: https://api.mbsisystems.com/api/v130/assignments/57075642/collaterals/58855257 |
Request Body: NA
Response:
{ "data": { "id": 58855257, "is_primary": 1, "vehicle_type_id": 1, "vehicle_type": "Car", "year": "2014", "make": "Ford", "model": "Fusion", "color": "", "drive_train": "Front-Wheel Drive", "fuel_type": "Diesel", "engine": "3.7-L V-6 DOHC 24V", "selling_dealer": "", "original_loan_amount": "900.00", "payment_amount": "500.00", "past_due_amount": "200.00", "unpaid_balance": "200.00", "chargeoff_date": "2020-01-01 17:56:48", "key_codes": "", "maximum_bailout": "0.00", "additional_info": "No Data", "contract_date": "2020-01-01 17:56:48", "license_no": "139507", "license_state": "OH", "license_exp": null, "vin": "1FALP13P9VW12034999000", "status": "New From Client", "status_id": 9, "status_date": "2026-03-11 16:55:59", "status_reason": null, "status_note": null, "on_hook_by": null, "assignment_on_hook_by": null, "vehicle_value": null, "created_at": "2026-03-11 09:55:59", "updated_at": "2026-03-11 09:55:59", "meta": [], "collateral_value": null, "collateral_value_added": null } } |