curl --request GET \
--url https://app.skulabs.com/s/job/shipments/csv_export \
--header 'Authorization: Bearer <token>'
/s/job/shipments/csv_export
curl --request GET \
--url https://app.skulabs.com/s/job/shipments/csv_export \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK