I’m building an external API connector using the Integration Service. I was able to successfully create the connector and test an API call.
The challenge I’m facing is with the structure of the API itself. All API calls use a single base URL, and the specific operation or method is defined within the request body rather than in the URL path.
From what I can see, UiPath requires each API resource to have a unique API path. This doesn’t align with how my API is designed, as multiple operations share the same endpoint.
Because of this, I’m unable to duplicate the API call I successfully tested for another method. When I try, I receive the error: “Resource already exists.”
Looking for guidance on how to handle this type of API design within UiPath Integration Service.

