Overview

NABD provides services that let you integrate NABD with third-party applications. It is cloud based service that allow you to perform operations such as creating, reading, viewing your data from your help desk.

 

The REST APIs are for developers who want to integrate NABD with their own applications, The API uses simple HTTP methods, such as GET and POST.

 

API Endpoint

REST APIs provide access to resources (data entities) via URI paths

To use a REST API, your application will make an HTTP request and parse the response. The NABD REST API uses JSON as its communication format, and the standard HTTP methods like GET and POST.

 

The API Path is   /api/Example

 

https://nabdsys.nabdsys.com/api/SubmitNewCase