Introduction

The Delta sales app API allows you to perform all the operations that you do with our web client.

Delta sales app is built using REST principles which ensures predictable URLs that makes writing applications easy. This API follows HTTP rules, enabling a wide range of HTTP clients can be used to interact with the API.

Every resource is exposed as a URL. The URL of each resource can be obtained by accessing the API Root Endpoint.

API Root Endpoint
$Curl http://dev.deltasalesapp.com/api/v1/
-X POST
-H "Content-Type: application/json"
-H "Accept: application/json"
-H "Authorization: Bearer "