Get Stamps Transaction Report

This Operation returns the report of stamps transactions within the specified date range.

SecuritybearerAuth
Request
query Parameters
startDate
string <date-time>

Start date for the transaction report, in UTC format (e.g., 2025-08-01T00:00:00Z). default start date is today.

endDate
string <date-time>

End date for the transaction report, in UTC format (e.g., 2025-08-15T23:59:59Z). Default end date is today.

size
string

Number of transaction reports per page. Used for pagination.

Example: size=10
page
string

Page number to fetch in paginated results.

Example: page=1
refundEligible
boolean

Filter shipments eligible for refund.

Example: refundEligible=true
Responses
200

Successfully retrived the Stamps Transaction Report.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/stamps
Request samples
Response samples
application/json
[
  • {
    }
]