Aug 27, 2018
6504 Views
0 0

HTML – How to send API Calls via Postman

Written by

This short article shows how to send API Calls via Postman. Postman is a famous and simple API tool.

1. Step – Installation
=> Download, Install and Open Postman.

2. Step – Prepare Postman
=> File > Settings > SSL certification validation > OFF

The most of the Jumphosts don’t store the Root CA of the specific API Interface. In this case the Application will respond with the following error:

„Could not get any response“

! The recommended solution is to download and import the Root certificate into the Local Certificate Store!

3. Step – Preparation
=> Prepare credentials (Username / Password), IP-Address
=> Type: Basic Auth
=> Method: GET
=> URL: „https://IP-Address/api/1.0/messaging/clients/client“

4. Step – Send API Call
Press „Send“

Thumbs up, if you could solve your challenge by this article and write something into the commentary 😉 Thanks in advance!

Article Categories:
API · HTML

Schreibe einen Kommentar