curl --request GET \
--url https://api.unibee.dev/merchant/vat/us_vat_upload_history_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"historyList": [
{
"createTime": 123,
"gatewayName": "<string>",
"id": 123,
"invoiceId": "<string>",
"mark": "<string>",
"request": "<string>",
"requestId": "<string>",
"response": "<string>",
"userId": 123
}
],
"total": 123
},
"merchantId": 123,
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request GET \
--url https://api.unibee.dev/merchant/vat/us_vat_upload_history_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"historyList": [
{
"createTime": 123,
"gatewayName": "<string>",
"id": 123,
"invoiceId": "<string>",
"mark": "<string>",
"request": "<string>",
"requestId": "<string>",
"response": "<string>",
"userId": 123
}
],
"total": 123
},
"merchantId": 123,
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Invoice Id
GatewayName, em. TaxJar
UploadType, PaymentUpload or RefundUpload, default both
Page, Start With 0
Count Of Page