1. LoadingCalendar API
LoadingCalendar API
  • LoadingCalendar API
    • Introduction
    • Warehouses
      • List all warehouses
      • Get a warehouse
      • Get available time slots
    • Loadings
      • List loadings
      • Create a loading
      • Get a loading
      • Update a loading
      • Cancel a loading
    • Documents
      • Add a document to a loading
      • Delete a document
  1. LoadingCalendar API

Introduction

LoadingCalendar REST API for managing dock scheduling, loadings, and warehouse operations. Use it to check slot availability, create and update loadings, attach documents, and sync warehouse data with your WMS, TMS, or ERP.
Base URL: https://www.loadingcalendar.com/api/v1

Authentication#

All endpoints require a Bearer token in the Authorization header. Get your API key from the Developers section in your LoadingCalendar account.
Authorization: Bearer YOUR_API_KEY
Keys are issued per environment: test_... for testing and prod_... for live data. API access requires an active paid subscription.

Rate limits#

Usage is tracked per API key:
LimitValue
Per minute100 requests
Per hour3,000 requests
Requests above these limits return 429 Too Many Requests.

Getting help#

Email support@loadingcalendar.com for test environment access, integration questions, or anything else you run into.
Next
List all warehouses
Built with