We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Labels & Stamps API

Stamps (3.0.0)

Endpoints for managing postage stamps. Stamps provide:

  • Proof of postage payment
  • Digital verification
  • Support for multiple output formats (PDF, PNG, ZPL)
  • 24-hour validity period

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.

Create a shipping stampRequest Body

  • shipmentId
    string
  • format
    string
  • id
    string
    optional
  • url
    string
    optional
  • createdAt
    string
    optional
  • expiresAt
    string
    optional

Create a shipping stampResponses

    • shipmentId
      string
    • format
      string
    • id
      string
      optional
    • url
      string
      optional
    • createdAt
      string
      optional
    • expiresAt
      string
      optional

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.

Invalidate a shipping stamppath Parameters

  • id
    string
    required

    The ID of the stamp to invalidate

Invalidate a shipping stampquery Parameters

  • ids
    string[]
    required
    form

    The ID of the stamp to invalidate

Invalidate a shipping stampResponses

    No response specified