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

IRPA API Trigger - Invalid API Key

Former Member
3,109

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
Mark_Teichmann
Contributor
0 Likes

Hi TP

first I would double check that the API key really matches the one you used in POSTMAN. Maybe while copying you missed a character or added a SPACE somewhere?

If that is not the reason, is the OAuth authentication working or are you already getting the 403 error here? Do you ave the Header field irpa-trigger-token in your call? Is the Content-type set to application-json? Can you provide your code of the AJAX call to check if something is missing?