How to call the Server API using Postman?

To call Server APIs using Postman: 

  • Create a free account on EnableX.
  • Create your Project.
  • Get the APP ID and APP KEY generated against the Project. 
  • Login to Postman and go to your workspace. 
  • Create a Request. 
  • Go to Authorization and select type as Basic Auth. 
  • Add APP ID as username and APP KEY as password.
  • Enter Request URL and Request Type (GET/PUT/POST).  
  • Click on the Send button to see the response.