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.
Discussion posts and replies are publicly visible
I think the key needs to be "Appian-API-Key", not the username
docs.appian.com/.../Web_API_Authentication.html
Thanks it works.