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

Last updated

Was this helpful?