Activezoonactivezoon
Browse AdsPost an AdJobsPost a JobRequest CenterFor Business

Developer API

Activezoon Express API

Integrate Ghana's trusted delivery network directly into your website, POS system, ERP, or mobile app. Create delivery orders with a single API call.

Request API AccessView Documentation
🚀

What You Can Do

⚡

Real-Time Orders

Create delivery orders instantly via a single API call from any platform.

🔐

Secure Authentication

App Key + Access Token credential system. Rotate keys anytime without downtime.

📦

All Parcel Types

Documents, Electronics, Food, Fragile, Clothing, Cosmetics, Furniture and more.

🚚

Multiple Service Types

Standard, Express, Economy, and Freight — restrict clients to specific types.

💳

Flexible Payments

Mobile Money (MTN, Vodafone, AirtelTigo), Card, Wallet, or Cash on delivery.

📍

Agent Assignment

Assign pickup and drop agents directly when creating orders.

🔄

Credential Rotation

Regenerate API credentials instantly without recreating the client.

📊

Order Tracking

Every order gets a unique order number for tracking and reference.

How It Works

1

Request Access

Contact Activezoon to get your API credentials provisioned by our admin team.

2

Get Credentials

Receive your unique App Key and Access Token to authenticate API calls.

3

Create Orders

POST to /api/third-party/orders with sender, receiver and package details.

4

Track & Deliver

Orders are processed with a unique order number for real-time tracking.

Service Types

STANDARD

Regular delivery, cost-effective

EXPRESS

Fast delivery, priority handling

ECONOMY

Budget-friendly, longer window

FREIGHT

Large/bulk shipments

Quick Start

curl -X POST https://activezoonexpress.com/api/third-party/orders \
  -H "Content-Type: application/json" \
  -H "X-App-Key: ak_your_app_key" \
  -H "X-Access-Token: at_your_access_token" \
  -d '{
    "senderName": "John Doe",
    "senderPhone": "+233501234567",
    "senderAddress": "123 Main St, Accra",
    "senderLat": 5.6037,
    "senderLng": -0.1870,
    "receiverName": "Jane Smith",
    "receiverPhone": "+233509876543",
    "receiverAddress": "456 Queen St, Kumasi",
    "receiverLat": 6.6971,
    "receiverLng": -1.5567,
    "serviceType": "STANDARD"
  }'

Key Request Fields

FieldTypeRequiredDescription
senderNamestringYesName of the sender
senderPhonestringYesSender's phone number
senderAddressstringYesSender's pickup address
receiverNamestringYesName of the recipient
receiverPhonestringYesRecipient's phone number
receiverAddressstringYesDelivery address
serviceTypeenumNoSTANDARD | EXPRESS | ECONOMY | FREIGHT (default: STANDARD)
parcelCategoryenumNoDOCUMENTS | ELECTRONICS | FRAGILE | FOOD | CLOTHING | OTHER
parcelSizeenumNoSMALL | MEDIUM | LARGE | EXTRA_LARGE
paymentMethodenumNoCARD | WALLET | MOBILE_MONEY | CASH
mobileMoneyProviderenumConditionalmtn | vodafone | airtelTigo (required if paymentMethod=MOBILE_MONEY)

Authentication

All third-party API requests require two headers:

X-App-Key: ak_your_app_key
X-Access-Token: at_your_access_token
  • • Credentials are provisioned by the Activezoon admin team
  • • App Keys start with ak_, Access Tokens with at_
  • • Credentials can be rotated without downtime
  • • Each client can be restricted to specific service types

Ready to Integrate?

Contact our team to get your API credentials and start creating delivery orders from your platform.

Request API AccessContact UsUpgrade to Business
eClassify

Quick Links

About UsWhy ActivezoonContact UsSubscriptionOur BlogFAQs

Make Money With Us

Become an AgentFind an AgentClaim Your ShopUpgrade to BusinessSell via Buyer Requests

Copyright © 2026. All Rights Reserved

Privacy PolicyTerms & ConditionsRefund PolicyEscrow & Agent Policy