Quick Start
Make your first API call in under 5 minutes
Authentication
Generate an API token and authenticate every request
API Reference
Full endpoint reference with request and response examples
Core Concepts
Understand shops, products, and the data model
What you can build
Point of Sale
Create sales, scan barcodes, and issue digital receipts
Inventory
Track stock levels, adjust inventory, and catch low-stock alerts
Suppliers
Store and manage supplier records scoped to each shop
Public Search
Let customers discover your shop and products
Products
Manage your catalog, images, categories, and barcodes
Credit Notes
Track customer debts, due dates, and settlements
Getting started in 3 steps
1
Get your API token
Sign in to your Mutasib dashboard and create an API token. Copy it immediately — tokens are shown only once.
2
Authenticate your requests
Pass
Authorization: Bearer YOUR_API_TOKEN on every request. All API endpoints are prefixed with https://api.mutasib.com/api/v1/.3
Call the API against your shop
Use your shop ID (from the dashboard) to read shop details, manage products, and record sales — for example,
GET /api/v1/shops/{shop_id}.API tokens are not available on a free trial. An active paid plan is required to create and use them.