Skip to main content
May 23, 2023
Solved

WEB API POST METHOD

  • May 23, 2023
  • 2 replies
  • 0 views

Hi all,
I have the following problem with this web API integration: if I make the POST call on Appian it works correctly, but if I try to make it outside of Appian (ex: from my computer's prompt) it gives me the following error: 401 check credentials.
For the POST call I used the curl command using as url the one written in the web api.
I attach screenshot of my API call on Appian and the settings used. Instead the GET calls I can do them correctly.

Thanks in advance!

Best answer by stefanhelzle0001

I do not see any kind of credentials in your curl request.

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

2 replies

stefanhelzle0001
May 23, 2023

I do not see any kind of credentials in your curl request.

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

May 23, 2023

It perfectly works. Thank you so much!