Skip to main content
November 14, 2023
Solved

Problem with Web API and integration

  • November 14, 2023
  • 1 reply
  • 0 views

Hello,

I'm creating a Web API for the first time, and I'm facing issues, perhaps due to not knowing how to test it.

I have the Web API set up, and when I click the button to test it, it returns the value correctly:

However, when trying to do it from an integration or using Postman, it doesn't return the response, but rather the following:

What am I doing wrong?

Thank you very much.

    Best answer by stefanhelzle0001

    Seems like you did not provide any authentication in postman.

    docs.appian.com/.../Web_API_Authentication.html

    1 reply

    stefanhelzle0001
    November 14, 2023

    Seems like you did not provide any authentication in postman.

    docs.appian.com/.../Web_API_Authentication.html