Things that we will cover
Weather API — https://www.weatherbit.io/api
Create IP
Set variables
Call the end point
How to Create Integation procedure with HTTP action calling the end point.
App launcher > Omnistudio > Integration Procedure > New
Type = weather; subtype = weatherForecast

Create Set Value; to hold API Key for weather api

Create HTTP action to call api endpoint;

dont forget remote settings in setup to add https://api.weatherbit.io
Add Response Action to check the IP response in json > go to perview to see the results

Now we can see the data json coming from api endpoint, next we will learn how to transform this json using data mapper
