cancel
Showing results for 
Search instead for 
Did you mean: 

414 error from calling a workato API

anthony_chen
Deputy Chef II
Deputy Chef II

I created a workato API. I need to send quite a bit of data through the api (say up to 32K) but Im getting a 414 error. 

It isnt calling the underlying API so workato is rejecting the call outright. I can make the call with the same size data to other non workato apis. 

Does anyone have an idea of how to resolve this?

Thanks!

1 REPLY 1

anthony_chen
Deputy Chef II
Deputy Chef II

got help directly from workato support. The answer was to switch the API from a get to a post. The data needs to be in the body  and has a 1mb limit.