POS API Reference
HomeSimpra POSSimpra InventoryCheck&Place
HomeSimpra POSSimpra InventoryCheck&Place
    • Introduction
    • Checks
      • List checks
        GET
      • Get check by ID
        GET
      • Create a new check
        POST
      • Add items to check
        POST
      • Add payment to check
        POST
      • Add discount to check
        POST
    • Customers
      • List customers
        GET
      • Create customer
        POST
      • Update customer
        PATCH
    • Menu Items
      • List menu items (v2)
        GET
      • Get menu item by ID
        GET
      • Create menu item
        POST
      • Update menu item
        PATCH
    • Employees
      • List employees
        GET
    • Properties
      • List properties
        GET
    • Reports
      • Get daily totals (v2)
        GET
    • Accounting
      • List enterprises
        GET
      • Get enterprise by ID
        GET
    • Schemas
      • Schemas
        • PaginationMeta
        • Translation
        • Metafield
        • Error
        • Check
        • Customer
        • CustomerSummary
        • CustomerAccountDetail
        • MenuItem
        • Employee
        • Property
        • Enterprise
        • RevenueCenter
        • Table
        • SalesChannel
        • Delivery
        • CheckServiceCharge
        • CheckSummary
        • CheckDiscount
        • CheckPayment
        • CheckItem
        • CheckItemSummary
        • CheckOffer
        • Tax
        • Item
        • Device
        • Tag
        • ItemDefinition
        • CondimentGroup
        • DailyTotals
        • CreateCheckRequest
        • CreateCheckItemRequest
        • AddCheckPaymentRequest
        • AddCheckDiscountRequest
        • CreateCustomerRequest
        • CustomerAddressRequest
        • CustomerInvoiceRequest
        • UpdateCustomerRequest
        • CreateMenuItemRequest
        • UpdateMenuItemRequest

    Introduction

    This API provides comprehensive functionality for Simpra POS, including:
    Check and order management
    Menu and inventory management
    Customer relationship management
    Financial reporting and analytics
    Employee and property management

    Authentication#

    This API uses bearer token authentication with different scopes:
    Global: For accounting and enterprise-wide operations
    Enterprise: For multi-property management
    Property: For property-specific operations

    Versioning#

    The API supports multiple versions. V2 endpoints are available for menu items, daily totals, and condiments.

    Base URL#

    https://api.simpra.app
    Modified at 2026-03-09 12:50:18
    Next
    List checks
    Built with