Search code examples
web-servicesrestpostmanapi-design

API webservice testing with Postman


I installed Postman inside Chrome to test Kairos API webservice. I have set following fields: enter image description here

I get error message, but regarding to API documentation it should be working in this format.

Authentication parameters missing


Solution

  • On Kairos' website it says:

    Requests must be authenticated with your API key. This must be sent as an HTTP header.

    So click the "Add token to the header" radio button under "Previously Used" instead of the "Add token to the url" button, and it should work!