cancel
Showing results for 
Search instead for 
Did you mean: 

Including payload in REST Get Snap

Toby
New Contributor II

Hi, I need to call a REST GET method but it needs a payload e.g. {“path”: “xyz”}. I can’t find anyway to call a GET endpoint and include a payload in Snaplogic, does anyone have a solution? Thanks

1 ACCEPTED SOLUTION

Try passing the path and its value as a query parameter. Their documentation suggests this should work:

View solution in original post

5 REPLIES 5

Toby
New Contributor II

Oh don’t I feel stupid, I didn’t see that. Thanks very much for your help, works a treat.