Boxy API
  1. Getting Started
Boxy API
  • Getting Started
    • Introduction
    • Environments
    • Security & Authentication
    • Rate Limit
    • Postman Collections
    • Schemas
    • Webhooks
  • Guides
    • Order Flow (Statuses)
    • Provinces & Regions
  • API Reference
    • Merchant
      • Get Merchant Info
    • Orders
      • Create Order
      • Create Bulk Orders (Sync)
      • Create Bulk Orders (Async)
      • List Orders
      • Show Order By UID
      • Show Order By Custom ID
      • Get Label Single
      • Get Label Bulk
      • Cancel Order
      • Update Order
      • Delete Order
    • Pick-ups
      • Request Pick-up
      • Request Pick-up Bulk
      • List Pick-ups
      • Show Pick-up
      • Get Pick-up Labels
      • Cancel Pick-up
      • Cancel Bulk Pick-ups
    • Pick-up Locations
      • Create Pick-up Location
      • List Pick-up Locations
      • Show Pick-up Location
      • Show Cash Drop-off Location
      • Update Pick-up Location
      • Delete Pick-up Location
    • Regions
      • List Regions
  1. Getting Started

Environments

We have two available environments: Sandbox and Production. In this section, we will detail how to get set up in each.

Sandbox#

API URL:
https://api-pre.tryboxy.dev
Dashboard URL:
https://dashboard-pre.tryboxy.dev
Our Sandbox environment allows you to test your integration with simulated order bots which mimic real-life deliveries, various testing scenarios are available to allow you to build a robust integration.

Production#

API URL:
https://api.tryboxy.com
Dashboard URL:
https://dashboard.tryboxy.com
Once your integration is ready, you can move the Production environment to start requesting deliveries in the real world!
Modified at 2025-02-10 11:44:23
Previous
Introduction
Next
Security & Authentication
Built with