cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IRPA API Trigger - Invalid API Key

Former Member
3,093

Hi All,

I created an API trigger for my IRPA Deployment. I followed the SAP Help document and tested the post URL using POSTMAN and it started a job and I could see it on the Cloud Factory. I copied the code generated by POSTMAN and tried using it in an AJAX call in my UI5 app so that I can start a job through my UI5 App. I get this error "status: 403, code: "SAP_IPA_12019", severity: "ERROR", message: "The API key is invalid."

What could I be doing wrong here?

Thanks in advance!

Best Regards

TP

View Entire Topic
Former Member
0 Likes

Hi Mark Teichmann,

Thanks a lot for your quick response. My answer to all your questions is yes.

Here is my AJAX call:

and Here is how I set the destination:

Network:

I trigger the call from my UI5 App .

Before this attempt of copying the code generated by POSTMAN, I first tried fetching the token in my program and passing it to the POST ajax call. I received the token, but received the same error for the trigger API.

The destination for this call is as below:

My app is running in my actual account and I created the IRPA stuff from my trial account. Don't know if that matters..

Hope you can find a problem in my code and give me the solution :).

Thanks a lot in advance!

Best Regards

TP