Label Requests
List Label Requests
Retrieve a list of label requests.
Required API key scope
- Label Requests (Read)
GET
Query Parameters
Returns label requests after or equal to a minimum date.
Examples:
"2023-04-25T13:25:00-05:00"
Returns label requests before a maximum date.
Examples:
"2023-04-25T13:25:00-05:00"
Return label requests associated with a specific return_id.
Examples:
67329889100573
The status of the label.
Available options:
new
, pre_transit
, in_transit
, out_for_delivery
, delivered
Examples:
"new"
The per page limit of label requests to return
Required range:
0 <= x <= 250
The number of label requsts to offset.
Response
200
application/json
Success
The response is of type object
.