Logistics API built for developers
RESTful API, TypeScript SDK, webhooks, and MCP server. Everything you need to integrate same-day delivery into your platform.
RESTful API
Clean, well-documented REST endpoints with predictable resource URLs.
TypeScript SDK coming soon
First-class TypeScript support with full type definitions.
Webhooks
Real-time event notifications for delivery status changes.
MCP Server
AI-ready Model Context Protocol server for agent integration.
Ship with confidence
Our SDK handles retries, validation, and error handling so you can focus on building your product.
TypeScript SDK (coming soon)
const client = new Send247Client(process.env.SEND247_API_KEY);
// Create delivery with recipients
const delivery = await client.deliveries.create({
business_id: "d9980ab3-5676-4bd8-b69d-c24415d78c72",
delivery_mode: "d42731fd-88a4-4d8f-9e56-dd81640e9d35",
recipients: [
{
name: "John Doe",
postal_code: "EC2A",
address: "651 N Broad Street",
phone_number: "+4478373839",
order_id: "S247-ASD-WUI",
note: "Drop it at my door"
}
]
});
// Track status
const status = await client.deliveries.get(delivery.id);Enterprise-ready architecture
Built for scale, reliability, and developer experience.
99.9% Uptime
SLA-backed reliability with status page and incident communication.
Versioned API
Stable API versions with clear deprecation policies.
Sandbox Environment
Test integration with sandbox API keys before going live.
Start building today
Get API keys in minutes. Test in sandbox. Ship to production.