reserve
Presigned download URLs for all property-credit documentation categories
Returns presigned GET URLs for every stored document (valuation report, legal, brochure, contract agreement). Empty arrays when nothing has been uploaded for that category.
get/reserves/{id}/property-credit/documentation/urls
Path parameters
idnumber required
Response
Grouped presigned URLs
Example response
{
"valuationReport": [
{
"expiresInSeconds": 3600
}
],
"legal": [
{
"expiresInSeconds": 3600
}
],
"propertyBrochure": [
{
"expiresInSeconds": 3600
}
],
"contractAgreement": [
{
"expiresInSeconds": 3600
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.