Skip to content

Your Cart

Your cart is empty

Add products to get started

Browse Products

API Documentation

Build on top of M-Duka. Our REST and GraphQL APIs power the next generation of African commerce.

REST API Endpoints

MethodEndpointDescription
GET/api/v1/productsList all products with pagination and filters.
GET/api/v1/products/:idGet detailed information about a specific product.
POST/api/v1/ordersCreate a new order.
GET/api/v1/orders/:idRetrieve order details and status.
GET/api/v1/vendorsList verified vendors.
POST/api/v1/webhooksRegister a webhook for real-time events.

Live Base URL (local): http://localhost:8001

Production Base URL: https://api.m-duka.tz

All endpoints require a JWT Bearer token obtained from POST /api/auth/login/password. See the Swagger playground for interactive documentation.

Need help integrating? Contact our developer support team.