Skip to main content
GET
/
borrowers
/
{id}
Get Borrower
curl --request GET \
  --url https://los.universal.rollout.com/api/borrowers/{id}
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "rolloutUpdated": "<string>",
  "originalIds": {},
  "original": {}
}
GET /borrowers/{id} Base URL: https://los.universal.rollout.com/api

Parameters

NameInTypeRequired
idpathstringYes

Responses

StatusDescription
200OK
400Bad Request
404Not Found
409Conflict

OpenAPI Source

/openapi/los.json GET /borrowers/{id}

Path Parameters

id
string
required

Response

OK

id
string
required
created
string
required
updated
string
required
rolloutUpdated
string
required
originalIds
object
required
original
object
required