Developers





  • Integration Overview
    • Integration Overview
  • API
    • About
    • API Setup
    • API Device
  • Authentication
    • Basic
  • Webhooks
    • Webhooks
  • Build an App
    • Introduction
    • Till and BO Apps
    • Dashboard Widgets
    • App Settings
    • Javascript Library
  • App Store
    • Introduction
    • Sign Up
    • Build
    • Submit
    • Approval
    • Launch
Developers
  • Home
  • Setup
  • Documentation
    • V2
    • V4
  • Examples
  • Support
  • Search

App Settings

If you are developing an Integration or creating a Javascript App that will be used in our BackOffice, or on the Till,
you can use this controller to save and retrieve settings for your Integration/App.

Retrieve App Settings


To retrieve your App Settings simply send a GET request:

GET https://api.eposnowhq.com/api/integration/appsettings

Request body String Required Your app settings as a JSON formated String

Save App Settings


To save your App Settings simply send a POST request:

POST https://api.eposnowhq.com/api/integration/appsettings

Request Body String Required Your app settings as a JSON formated String
REQUEST:
 
        GET https://api.eposnowhq.com/API/Integrations/AppSettings/
        {
           Authorization : Basic INSERT_API_ACCESS_TOKEN
           Content-Type: Application/json
        }
RESPONSE:
	HTTP/1.1 200 OK
	{
           "Name": "My App Settings",
           "Customers": [{"Name":"Adam"},{"Name":"Tom"}]
	}  
  
     
   
REQUEST:
 
        POST https://api.eposnowhq.com/API/Integrations/AppSettings/
        {
           Authorization : Basic INSERT_API_ACCESS_TOKEN
           Content-Type: Application/json
            {
              "Name": "My App Settings",
              "Customers": [{"Name":"Adam"},{"Name":"Tom"}]
            }
        }
RESPONSE:
	HTTP/1.1 200 OK
	{
              "Name": "My App Settings",
              "Customers": [{"Name":"Adam"},{"Name":"Tom"}]
	}                   
                

EposNow
About Us
Contact Us
Documentation
API V2
API V4
Example Apps
Specials Board






© 2025 - Epos Now Ltd, Developers