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

IRPA API Trigger - Invalid API Key

Former Member
3,084

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

Hi Teena,

my colleague Pavel might have a solution for you:

Please put the “irpa-trigger-token” in the body (instead of the header) as follows:

{

"irpaTriggerToken": "xxxxxxxxxxxxxxxxxxxx"

}

I think the problem lies with the Destination Service – it does not transmit the header.

Please let me know if this doesn’t work and we will look for another solution.

Best Regards

Christoph

Former Member
0 Likes

Hi Christoph,

Yes it works! Thanks a lot for your help :).

Best Regards

TP