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

    Errors

    Atlas Open API uses standard HTTP response codes to indicate the result of an API request.
    2xx responses indicate the success of the request. 4xx responses indicate request failure due to the information provided in the request (e.g. missing values, invalid credentials, etc). 5xx responses are due to errors in Atlas Connect's servers.
    Some requests that lead to 4xx responses may be corrected to be processed successfully. Details are of that error are included in the response body.
    The schema below shows the structure of the error, which will be used in 4xx and 5xx responses.
    ApiError
    type
    string 
    required
    Specifies the type of error
    message
    string 
    required
    Provides explanation for the error
    details
    array[object (FieldError) {2}] 
    required
    Contains information about affected fields, if any
    field
    string 
    required
    name of the affected field
    message
    string 
    required
    details about the error

    HTTP Status Codes#

    status codenamedescription
    200OKRequest was processed successfully
    401UnauthorizedNo valid credentials provided
    404Not FoundThe requested resource does not exist
    422Unprocessable EntityRequest not processed due to invalid data
    500Server ErrorRequest not processed due to invalid data

    API Error Types#

    typedescription
    Not FoundThe requested resource does not exist
    UnauthorizedNo valid credentials provided
    Invalid ParameterRequest failed due to invalid parameters provided in the request. Can be retried after making adjustments to the request.
    Configuration RequiredConfiguration might be required to process the request. If you think your request is valid, contact us for assistance.
    Server ErrorRequest not processed due to invalid data
    Previous
    Date and Time
    Next
    Reservations (BETA)
    Built with