{
"openapi": "3.0.1",
"info": {
"title": "Resolve Liquidation",
"version": "1.0.0"
},
"servers": [
{
"url": "https://api-test.freddiemac.com/singlefamily/servicing/v1/resolve/liquidation-service/api"
}
],
"tags": [
{
"name": "Resolve Liquidation API",
"description": "Resolve Liquidation API is a quicker, more efficient solution to submit short sale requests to Freddie Mac for decisioning and settlement. The API returns a real-time response that include eligibility decision, rationale for each loan submitted or actionable messages. For eligible responses you’ll also receive property and minimum net proceed values (if available), approvals and calculated net proceeds (if applicable). Connect directly to Resolve and eliminate the need for data entry through Workout Prospector®."
}
],
"security": [
{
"bearerAuth": []
}
],
"paths": {
"/shortsale": {
"post": {
"tags": [
"Resolve Liquidation API"
],
"summary": "Delivers real-time eligibility decisions and data for single or bulk short sale submissions.",
"description": "",
"operationId": "requestWorkoutUsingPOST",
"requestBody": {
"description": "Workout Service Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WorkoutServiceRequest"
},
"examples": {
"LoanEligibleForShortSale": {
"$ref": "#/components/examples/RequestScenario1"
},
"LoanNotEligibleExceptionReviewNotRequested": {
"$ref": "#/components/examples/RequestScenario2"
},
"LoanNotEligibleExceptionReviewRequested": {
"$ref": "#/components/examples/RequestScenario3"
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "OK Request succeeded.\r\n\n Sample Eligibility Messages