Track label
GET/shipping_labels/{shipping_label_id}/track
Track a shipping label by ID.
Headers
AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token
Query parameters
pageintegerOptional
Page number
page_sizeintegerOptional
Page size
Path parameters
shipping_label_idstringRequired
Shipping label ID
Example Request
curl -X GET https://api.parsel.app/shipping_labels/123e4567-e89b-12d3-a456-426614174000/track?page=1&page_size=10 -H "Authorization: Bearer <bearer_token>"