cURL
curl --request GET \ --url https://api.truust.io/2.0/bundles/expired \ --header 'Authorization: Bearer <token>'
{ "current_page": 1, "last_page": 5, "per_page": 15, "total": 73, "from": 1, "to": 15, "data": [ { "id": 123, "self": "<string>", "name": "<string>", "description": "<string>", "value": 123, "value_shipping": 123, "currency": "EUR", "amount": "<string>", "amount_shipping": "<string>", "buyer_link": "<string>", "images": [ "<string>" ], "expiration": "2023-11-07T05:31:56Z", "expiration_unit": 123, "expiration_amount": 123, "is_expired": true, "is_active": true, "is_shippable": true, "tag": "<string>", "visits": 123, "metadata": {}, "created_by": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "qr_link": "<string>", "connections": {} } ] }
Returns a paginated list of all expired product bundles.
Use your account's Secret Key as the Bearer token.
Page number for pagination.
x >= 1
Number of results per page.
1 <= x <= 100
Paginated list of expired bundles
1
5
15
73
Show child attributes