The Basics (Overview)
Base URL
The default base URL for the EasyTouch API is system url
example : https://shop-pos.easytouch.online
If you want to send a request for anythink using the /api/v2/meendpoint, you must append the endpoint to your base URL and then make the POST request. Below is an example of a full POST request to the resource:
https://shop-pos.easytouch.online/api/v2/auth/me
Authorization
currently, there is only 1 method of authorization available et_auth_token = unique identifier for phone user
API version: v2 Available Format: json/jsonp/php/xml Default Format: json
Last updated
Was this helpful?