CorebanqCorebanq Developer Docs
Uploadsv1Customer Documents

Get customer upload history counts

Returns blame row counts per upload id for documents the caller may read.

GET/v1/uploads/customer/{customer_id}/history-counts

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

customer_id*string

Response Body

application/json

curl -X GET "https://example.com/v1/uploads/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/history-counts"
{
  "counts": {
    "property1": 0,
    "property2": 0
  }
}