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

Authentication


To access the API, simply pass an Authorization header with your request, containing Basic and your API access token.

Example Authorization header to be sent with your request:

Authorization: Basic API_ACCESS_TOKEN

The access token will differ for every device you have registered in your Eposnow Backoffice.

You will also need to pass a Content-type header (e.g. application/json) to specify the response data type.

To obtain your API_ACCESS_TOKEN please concatenate your API Key, a colon character ":", and you API Secret in to single string (no spaces) and then Base64 encode it.

Alternatively, you may use your API key and API secret in the form below to quickly generate your access token.

You can obtain your API key and API secret from your Eposnow Backoffice.

To learn how to create API Device click here.


Encode API Key and API Secret


       
                    
  GET  HTTP://api.eposnowhq.com/api/V1/product/1 
    { 
       Authorization: Basic  INSERT_API_ACCESS_TOKEN 
       Content-type: application/xml 
    } 
                         
                    


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






© 2025 - Epos Now Ltd, Developers