/collateral
Returns the associated collateral by a given tpp
.
ApiKey
Returns the associated collateral by a given tpp
.
Successful Response
{
"images": [
{
"url": "string",
"description": "string"
}
],
"files": [
{
"url": "string",
"description": "string"
}
],
"description": [
"string"
],
"meta": {},
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
/collateral
Updates an collateral
images
array [Images]
required
url
string
required
description
string
required
files
array [Files]
required
url
string
required
description
string
required
description
array [Description]
required
meta
object (Meta)
{
"images": [
{
"url": "string",
"description": "string"
}
],
"files": [
{
"url": "string",
"description": "string"
}
],
"description": [
"string"
],
"meta": {}
}
Successful Response
{
"images": [
{
"url": "string",
"description": "string"
}
],
"files": [
{
"url": "string",
"description": "string"
}
],
"description": [
"string"
],
"meta": {},
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
Was this page helpful?