Search inside a API
# 🤝help
r
Hello friends! Our client wants the bot will look inside an API for a postcode and a house number and confirm that it is on the API, we have created all the variables that are needed but we can't understand how to do the searching. we believe it can happen with Make automation, someone here has done something like this?
f
You can use Axios to make the request in an execute code card. https://axios-http.com/docs/api_intro
r
same way as we use make to automate things?
f
Kind of, but you use code in the execute code card, and not modules
r
so basicly i need a call for searching and a call of take the data back
f
Do they have a public API endpoint that you can make the request to?
r
Client wants to search for postcode and house number
f
Pefect. Looks like they have a lot of documentation. Then its just about reading the parts that you need.