API Reference
Build custom integrations with the MannaPOS API.
Base URL
https://api.mannapos.com/v1
Authentication
All API requests require an API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Endpoints
GET
/products
Retrieve all products in your inventory.
POST
/products
Create a new product in your inventory.
GET
/sales
Retrieve sales transactions and reports.
POST
/sales
Create a new sales transaction.
GET
/customers
Retrieve customer information and profiles.
Need Help?
Check our documentation or contact our support team for assistance with API integration.
View Documentation →