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"
    }
}

Last updated

Was this helpful?