Can anyone please guide on how to use service account in Appian. Why do we need to use it and how it is used for testing .
Thank you
Discussion posts and replies are publicly visible
Service accounts are typically used to authenticate with Appian web APIs. They are created when making API
keys docs.appian.com/.../Appian_Administration_Console.html
How to Authenticate the API using a service account user? How do I test my API?
Hi @Shikha,
Check the link below to understand how you can leverage your service account
docs.appian.com/.../Web_API_Authentication.html
From the Web API object, you can provide test inputs to test the output. You can also use an application such as Postman to test REST apis with the API key, just look at the documentation to make sure you provide the correct headers.