Make your first API call
Step 1: Create an Access Token
Go To Settings > API Access & generate an API Key (Access Token)
Step 2: Use Postman to Test API
Download Postman for your operating system, and open Postman.
Enter following informations-
Method: GET
Endpoint: http://demo.cloudonex.com/api/v2/customers
On the Authorization tab, select Bearer Token & enter API key
Click the Send button
It will look like this-

You will get JSON response for customer lists.
Go To Settings > API Access & generate an API Key (Access Token)
Step 2: Use Postman to Test API
Download Postman for your operating system, and open Postman.
Enter following informations-
Method: GET
Endpoint: http://demo.cloudonex.com/api/v2/customers
On the Authorization tab, select Bearer Token & enter API key
Click the Send button
It will look like this-

You will get JSON response for customer lists.
Updated on: 29/12/2017
Thank you!