API Reference

Integrate Nasher Inventory with your applications

Getting Started

Our RESTful API allows you to integrate Nasher Inventory with your existing systems and applications. All API requests require authentication using API keys.

Base URL: https://api.nasher-inventory.com/v1

Authentication

Include your API key in the Authorization header of each request:

Authorization: Bearer YOUR_API_KEY

Endpoints

Products

GET /products - List all products

POST /products - Create a product

GET /products/{id} - Get product details

Sales

GET /sales - List all sales

POST /sales - Create a sale

Inventory

GET /inventory - Get inventory levels

POST /inventory/adjust - Adjust inventory

Rate Limits

API requests are limited to 1000 requests per hour per API key. Rate limit information is included in the response headers.

Need API Access?

Contact us to get your API key and start integrating.

Request API Key