get https://api.corporatemerch.com/v1/shipments
Retrieve a list of shipments.
Authentication
Provide your bearer token in the Authorization header.
Example:Authorization: Bearer 123
Response
Retrieve a list of shipments.
Authentication
Provide your bearer token in the Authorization header.
Example:Authorization: Bearer 123
xxxxxxxxxx
curl --request GET \
--url https://api.corporatemerch.com/v1/shipments \
--header 'Authorization: Bearer API_Token' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: