VRPlatformVRPlatform
Reports

/reports/trust-reconciliation

Trust reconciliation report

GET
/reports/trust-reconciliation
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

endDate*string
listingId?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/reports/trust-reconciliation?endDate=string"
{
  "trustReconciliation": {
    "name": "Trust Reconciliation",
    "total": 0,
    "data": [
      {
        "name": "Owner Payables",
        "total": 0,
        "type": "listings",
        "listings": [
          {
            "name": "string",
            "id": "string",
            "total": 0
          }
        ]
      }
    ]
  }
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}