Advanced REST Client
There are a number of client applications that you can use to test calls to the Metric Insights API. Options include the API Toolkit that comes with the Metric Insights application or use one of your favorites.
This article gives brief introduction to using the Advanced REST Client.
1. Install Advanced REST Client
1.1. Download Advanced REST Client
- [Install]
- Select and download an installation package compatible with your OS
Once the download has finished, open the installation file.
2. Open and Use Advanced REST Client
From this client you can specify:
- URL you are testing
- For example,
/api/get_token
or/api/user
- For example,
- HTTP Method
- GET, POST, PUT, or DELETE
- HTTP Headers
- For example,
Accept: application/json
,Token: <Your token value>
- For example,
- Payload HTTP Body
- JSON Body for your POST or PUT request