API of an application

Hi,

I have some automation to perform where I use two application installed on pc.These application are some written exactly for the customer. How to find if these apps have API? Which activities I use here? (guess no http request).

Thanks for help :slight_smile:

Hi,

Can’t you just ask the customer if the apps they developed have programmatical access into them?

Yes, http request won’t work (unless we are talking about web apps). If they have programmatical access, maybe through batch scripts, maybe they have developed some SDK,… you really need to check with the people that developed the applications. Maybe those applications are just accessing some data an you can call the source. this is just speculation.

Hi,

thanks for the answer. The customer doesnt know. People that developed this app left the company already. I was always wondering how to find a way to check if an app has API, but I see that is not simple :smiley:
Thanks anyway.