💻 Developer Guide

For channel developers integrating their systems with Deliverty Hub via API.

As a channel developer, you connect your application (e-commerce platform, order management system, etc.) to Deliverty Hub to create and manage delivery tasks. This guide covers authentication, API usage, and webhook integration.

Quick Start

1

Get your API key

An organization admin creates a channel for your application and provides you with an API key.

2

Create a task

Use the REST API to send delivery tasks with customer details, pickup/drop-off locations, and package info.

3

Subscribe to webhooks

Register webhook endpoints to receive real-time updates when task status changes.

Authentication

All API requests require an x-api-key header with your channel's API key. See Authentication for details.