List Label Requests
Label Requests
List Label Requests
Retrieve a list of label requests.
Required API key scope
- Label Requests (Read)
GET
List Label Requests
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Returns label requests after or equal to a minimum date. The date the label was created.
Example:
"2023-04-25T13:25:00-05:00"
Returns label requests before a maximum date. The date the label was created.
Example:
"2023-04-25T13:25:00-05:00"
Return label requests associated with a specific return_id.
Example:
67329889100573
The status of the label request.
Available options:
issued, cancelled, fulfilled Example:
"issued"
The per page limit of label requests to return
Required range:
0 <= x <= 250The number of label requests to offset.
Response
Success