Skip to main content
November 1, 2023
Question

Web API

  • November 1, 2023
  • 2 replies
  • 0 views

I have created a webapi - Get method, I have created a basic user and added that user in a Group and attached that Group in that WebAPI. Now I used that basic method and called that using PostMan , it works fine.

Now I deleted that basic user from that group & created a API Key and attached that Service Account in that group. 

Used the API Key & Value in PostMan, I am getting an error 

Pls let me know, what is the mistake I am making here. Thanks in advance.

2 replies

steven.miccile
Employee
November 1, 2023

I think the key needs to be "Appian-API-Key", not the username

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

November 1, 2023

Thanks it works.