List Shipping Labels

Retrieve shipping labels for your company.

GET
/api/v1/shipping/labels?page=1

Description

Returns paginated shipping labels with tracking numbers and recipient details.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Query Parameters

ParameterTypeRequiredDescription
pagenumberNoPage number. Default is 1.
limitnumberNoRecords per page. Default is 10 (tickets/wallet max 100).
countrystringNoFilter by country code.
start_datestringNoCreated on or after (YYYY-MM-DD or MM/DD/YYYY).
end_datestringNoCreated on or before.

Response

Related Endpoints

Did this page help you?