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

    Date and Time

    Timezone#

    All dates and times are based on Singapore Standard Time (SGT) or GMT+08. Refer to the table below for the values for the date 2024-09-01.
    API Time (GMT+8)UTC Time (GMT+0)
    Start of day2024-09-01T00:00:00+08:002024-08-31T16:00:00Z
    End of day2024-09-01T23:59:59+08:002024-09-01T15:59:59Z

    Formats#

    We use ISO 8601 for dates and times that are set by users, e.g. Menu start and end dates.
    Date: 2024-09-01
    Datetime: 2024-09-01T16:00:00Z
    Datetime with timezone: 2024-09-02T00:00:00+08:00
    For system-generated timestamps like created_at and updated_at, we use Unix time, e.g 1725206400 .
    Previous
    Authentication
    Next
    Errors
    Built with