Shipbubble API Documentation
  • Shipbubble API
  • Get started
    • Authentication
    • Request and Responses
    • Errors
    • Rate Limiting
    • Pagination
    • Postman
  • API Reference
    • Wallet
      • Get shipping wallet balance
      • Request wallet fund
    • Addresses
      • Validate address (global)
      • Get validated addresses
      • Edit address details
      • Get single address details
    • Package categories
    • Package dimensions
    • Couriers
    • Rates
      • Request shipping rates
      • Request shipping rates from selected couriers
      • Edit request token details
    • Cash on delivery
    • Insurance
      • Get Insurance Rates
    • Shipments
      • Create shipment
      • Cancel shipment
    • Returns
      • Get rates for a return shipment request
    • Tracking
      • Get shipments
      • Get multiple specific shipments
    • Webhooks
      • Webhook simulator (sandbox)
Powered by GitBook
On this page

Was this helpful?

  1. Get started

Authentication

Shipbubble uses API keys to authenticate requests. Test mode API keys have the prefix sb_sandbox and Live mode API keys have the prefix sb_prod.

Shipbubble uses the Bearer Authentication header to authenticate requests. You will need to include Authorization: Bearer API_KEY in the header for all requests.

Sample header Authorization: Bearer sb_sandbox_uirgtrutghr57495

PreviousGet startedNextRequest and Responses

Last updated 3 years ago

Was this helpful?