VendexApp Docs
  • Overview
  • DEVELOPER
    • Cloud API for App
      • Client authentication
      • User
      • Account
      • Transaction
      • Vending machine
      • Payment gateway
    • Cloud API for Sale Point
      • Client authentication
      • Account
      • Transaction
      • Sale point
    • QR Code format
    • Real Time Communication (RTC) API
      • Transaction
Powered by GitBook
On this page

Was this helpful?

  1. DEVELOPER
  2. Cloud API for Sale Point

Client authentication

Client authentication

POST https://api.vendex.app/api_merchant/auth/

To obtain sale point token. Sale point token is used as an authentication header for all type of communication.

Headers

Name
Type
Description

Api-Client-Token

string

Client token obtained from client authentication method.

Request Body

Name
Type
Description

unid

string

UNID obtain from console.nuvapay.com

{
    "status": "success",
    "detail": "API Auth success",
    "data": {
        "token": "12a2c786902e3508b5823dfff4c435e30a469fe803ae8efe44cfcdf46724f197"
    }
}

PreviousCloud API for Sale PointNextAccount

Last updated 4 years ago

Was this helpful?