Atlas Open API
    Atlas Open API
    • Introduction
    • Authentication
    • Date and Time
    • Errors
    • Webhooks
      • Incoming
        • Reservations (BETA)
      • Outgoing
        • Menus, Stocks, Orders, Outlets, Users
    • Menus
      • Menu List
        GET
      • Menu Details
        GET
    • Orders
      • Create Order
        POST
      • Order Details
        GET
      • Update Order
        PATCH
    • Stocks
      • Outlet Stocks
        GET
    • Users
      • User Sync
        GET

    Introduction

    The Atlas Open API is built on REST principles. It features resource-based URL endpoints, JSON responses, and standard HTTP statuses.
    The API can be accessed with the base URL below:
    https://api-stg.atlas.kitchen/admin/v1
    🚧 The API is still under active development. Expect changes from the specifications in this document.
    Next
    Authentication
    Built with