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

IRPA API Trigger - Invalid API Key

Former Member
3,094

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
christianehresmann
Discoverer
0 Likes

Hello christoph.gross,

putting the irpa-trigger-token in the body worked for me as well, when I tested it manually via Postman. However I got another error in my UI5 Application when I try to fetch the token.

I configured the following destination to the token endpoint.

Then I referenced that in my neo-app.json and implemented an ajax call in my code.

When I run the application I get the following error message:

Do you have any suggestions why it is not working. I assume that the grant_type "client_credentials" is correctly specified?

Thanks in advance and best regards

Christian