Overview
Labels & Stamps API
This API allows you to create shipping labels and stamps for your shipments.
Authentication
All endpoints require a valid API key passed in the X-API-Key
header.
Endpoint
Create a shipping stamp
POST
https://eedefc50718545d6b3a6cd7ea38faf06_oas.api.mockbin.io/
/stamps
Creates a new shipping stamp for a shipment.
The generated stamp will be available for download through the returned URL for 24 hours.
Request Body
shipmentId
stringformat
string
id
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Responses
shipmentId
stringformat
stringid
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Invalidate a shipping stamp
PUT
https://eedefc50718545d6b3a6cd7ea38faf06_oas.api.mockbin.io/
/stamps/{id}/invalid
Invalidates a shipping stamp, making it no longer available for download.
path Parameters
id
stringrequiredThe ID of the stamp to invalidate
query Parameters
ids
string[]requiredformThe ID of the stamp to invalidate
Responses
No response specified