Authentication

To use NABD REST API , You must be authenticated to NABD using your client user Id and password. Once authenticated , you can use your personalized key to authenticate to the API services without need to send the password.

 

The returned token in "data" field at the response should be sent in header of all API calls as "api-token" attribute.

 

You must have a valid NABD account and permission to  access the access API service and get your token.

 

Request

 

METHOD

URL

POST

https://nabdsys.nabdsys.com/api/GetAPIToken

 

Parameters

ATTRIBUTE

TYPE

DESCRIPTION

clientName* string Subscribed Account Name.
<clientName>.NABD.com
userName* string

Authenticated user Name

password* string

Authenticated Password

 

Fields marked with * are mandatory.

 

Response   

 

{

   "errorCode":0,

   "errorDescription":null,

   "technicalError":null,

   "data":"RmpnJXjF1UhgVI4ieO9yKZkQ1RowKtQNfMxbLTf40Fkw0X2M2/pdesfc5bFKNswA",

   "count":null

}