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 App

Client authentication

Client authentication

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

To obtain client token. Client token is used in communication header for all API command.

Request Body

Name
Type
Description

key

string

Please contact Nuvapay to obtain this key

password

string

Please use password given along with key bundle

{    
    "status": "success",
    "detail": "API Authorization success",
    "data": {
        "token": "12a2c229202e3508b5823dfff4c435e30a469fe803ae8efe44cfcdf46724f197"
        }
}
PreviousCloud API for AppNextUser

Last updated 4 years ago

Was this helpful?