Skip to main content
GET
/
api
/
v2
/
documents
Get all documents for a customer
curl --request GET \
  --url https://sandbox.killb.app/api/v2/documents \
  --header 'Authorization: Bearer <token>'
{
  "documents": [
    {
      "id": "4d23aa52-1b40-4584-a8ea-58aba6099c5c",
      "title": "Document Report",
      "type": "TRANSACTION_REPORT",
      "status": "PENDING",
      "createdAt": "2021-01-01T00:00:00.000Z",
      "updatedAt": "2021-01-01T00:00:00.000Z",
      "documentUrl": "https://example.com/document.pdf"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customerId
string
required

Response

documents
object[]
required