Info

Get System Information

GET http://domainname.so/api/v2/auth/info

This endpoint allows you to get system information

{
  "status": true,
  "code": "200",
  "version": "2.0",
  "id": "1",
  "logo": "http://et.yooldb.com/assets/uploads/logos/retail/logo_sys21.png",
  "assets_url": "http://et.yooldb.com/assets/",
  "company_name": "EasyTouch",
  "language": "english",
  "default_warehouse": "8",
  "default_sales_account": "10",
  "default_currency": "USD",
  "timezone": "Africa/Mogadishu",
  "decimals": "4",
  "qty_decimals": "4",
  "decimals_sep": ".",
  "dateformat": "5"
}

Last updated

Was this helpful?