Create a collateral

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Request schema for creating a collateral.

API Responses

Example CURL Request

curl --request POST \
     --url https://contact/sales/to/enable/your/sandbox/core/v1/secured/collaterals \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  
  "type": "REAL_ESTATE",\n  
  "initial_valuation": {\n    "valuation_type": "FULL_APPRAISAL"\n  }\n}\n' 

API Responses Valid Status Codes

Updated 3 months ago.