Get user invoice list
Developing
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
GET
/v1/user/invoices
Request
Query Params
limit
integer
optional
Example:
25
offset
integer
optional
Example:
0
filters[orderNumber]
string
optional
Example:
GK250526000055
filters[invoiceNumber]
string
optional
filters[invoiceGroup]
string
optional
FVS - invoice for shipments, includes numbering FPRE, FVPR, FZOF, FZOD, FPRO
FVSZ - invoice for additional services
FKS - correction invoice
Example:
FVS
filters[paymentStatus]
string
optional
ALL - all (default)
ONLY_NOT_PAID - only not fully settled
ONLY_PAID - only fully settled
Example:
ALL
filters[amountFrom]
number
optional
float|2 decimal points
Example:
12.99
filters[amountTo]
number
optional
float|2 decimal points
Example:
12.99
filters[saleDayFrom]
string <date>
optional
date|format RRRR-MM-DD
Example:
2022-01-01
filters[saleDayTo]
string <date>
optional
date|format RRRR-MM-DD
Example:
2022-12-31
Header Params
Accept-Language
string
optional
Example:
pl
X-Auth-Token
string
required
Request samples
Responses
Modified at 2025-05-26 10:09:33