Getting Error while Test Trigger in IntegrationService - Published Element not found with key

Hey community,
I am trying to build an Integration service in Automation Cloud. But in the triggers part when I import the parameters and click on test trigger I am getting Error:404.
On checking the network tab I am getting this in debug-process

However the same parameter passed in the resource creation for APIs.

Please help.

The 404 error typically indicates that the requested resource could not be found on the server. In the context of building an Integration service in UiPath Automation Cloud, this error can arise due to several reasons:

  1. Incorrect Endpoint: The URL you are trying to access might be incorrect or not properly configured.
  2. Authorization Issues: There might be an issue with the API credentials or tokens.
  3. API Path: The path to the API endpoint might not be correct.
  4. Parameter Issues: The parameters being passed might be incorrect or not formatted as expected.

Thanks @sandyarpa767 for the quick response. But is there any way that I can debug this on what payload or parameter is being sent since in the server side I don’t see the request getting hit.

Also the same Base URL is getting a 200 in the resources. Also I’m worried about 404. Incase of authentication shouldn’t the error be 401.