Skip to main content
Question

How to get multiple items in a Webhook GET call?


i am trying to use webhook with a GET call for a lottery API.
I would like to get any specific game results, but i only get the first one.
i tried using query parameters but always the result is the same, just the first item .

Any idea?

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Ultrapuma 

You may need to use a Code step to make the API request, then handle the returned response.

Userlevel 3
Badge +3

@Ultrapuma Do you have the API doc to share?