1. Home
  2. Docs
  3. API Documentation
  4. Overview
  5. How to test Juvlon API

How to test Juvlon API

This document explains how you can quickly and easily make a call to any of our Juvlon APIs using https://www.postman.com. It is a good idea to try this before you integrate an API call with your software as this will help eliminate any wrong method or parameter that you may be using https://www.postman.com also displays the data returned by the API letting you know exactly what your program should expect.

The following are the steps that you need to execute to test any API:

1. Launch https://www.postman.com

2. Sign up for free

3 .Tell about yourself to postman – Add you workplace name -> What best describes your role?

4. Click on New – Select HTTP

5. Change it from Get to Post

6. Enter the URL as provided in the API documentation:

7. Click on Body and Select raw:

Get your API Key:

1. Go to app6 -> login into your account

2. Go to My Account and check for API Key

(Your API key is unique for your account)

8. Enter the Json post data for the API with all your input parameters like your API key, email address etc. in the “Raw Data” textbox

9. Hit “Send”

10. You can now check the result of the API call and the data returned