Articles on: API

API Authentication

The CloudOnex Business Suites APIs are HTTP-based RESTful APIs that use Access Token for authorization. API request and response bodies are formatted in JSON.


Creating Access Token



To create api access token, Go To Settings > API Access
Write a label name anything to identify & click submit.

An access token will be generated.

Authentication using Access Token



API endpint URL: <Your application url>api/v2/
Sample API Call-

curl -v -X GET http://demo.cloudonex.com/api/v2/customers/ \
  -H "Content-Type:application/json" \
  -H "Authorization: Bearer Access-Token"

Updated on: 29/12/2017

Was this article helpful?

Share your feedback

Cancel

Thank you!