Retrieves application check results from blockchain
GET /applications/{userId}/{listingId}/check HTTP/1.1 Host: Accept: */*
Check results retrieved successfully
{ "passMinCredit": true, "passPrefCred": true, "passMinIncome": true, "passPrefIncome": true }
POST /applications/{userId}/{listingId}/check HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 39 { "userId": "text", "listingIds": [ "text" ] }
Resource created successfully
{ "message": "text" }