Skip to main content
GET
List documents

Authorizations

Authorization
string
header
required

Access Token or Private Integration Token

Headers

Authorization
string
required

Access Token

Example:

"Bearer 9c48df2694a849b6089f9d0d3513efe"

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required

Location Id

Example:

"hTlkh7t8gujsahgg93"

status
enum<string>

Document status, pass as comma separated values

Available options:
draft,
sent,
viewed,
completed,
accepted
Example:

"draft"

paymentStatus
enum<string>

Payment status, pass as comma separated values

Available options:
waiting_for_payment,
paid,
no_payment
Example:

"paid"

limit
number

Limit to fetch number of records

Example:

10

skip
number

Skip number of records

Example:

0

query
string

Search string

Example:

"document"

dateFrom
string

Date start from (ISO 8601), dateFrom & DateTo must be provided together

Example:

"2025-02-03T18:30:00.000Z"

dateTo
string

Date to (ISO 8601), dateFrom & DateTo must be provided together

Example:

"2025-02-14T18:29:59.999Z"

Response

Document fetched successfully

documents
object[]
required

List of documents

total
number
required

Total records available

Example:

10

whiteLabelBaseUrl
number

WhiteLabel url for document

Example:

"https://example.com"

whiteLabelBaseUrlForInvoice
number

WhiteLabel url for invoice

Example:

"https://example.com"

Last modified on March 7, 2026