API Documentation

Build custom integrations and extend the power of Envision POS.

Authentication

Our API uses Bearer Token authentication. You can generate an API key from your business settings dashboard.

Authorization: Bearer YOUR_API_KEY

Endpoints

GET /api/v1/menu-items

Fetch all active menu items for your business.

Response Example

{
  "success": true,
  "data": [
    {
      "id": 101,
      "name": "Classic Burger",
      "price": 12.50,
      "category": "Main Course"
    }
  ]
}
POST /api/v1/orders

Create a new order programmatically.

Request Body

{
  "table_number": 5,
  "items": [
    { "id": 101, "quantity": 2 }
  ]
}
Live Support

Welcome to Support

Please enter your email to start chatting with our team.