About getting data from Web API

I am very new in getting data from API can anyone help in get data from the Web API which have the following programming Interface

Application Programming Interface

headers = { “Accept” : “application/json”,
“Authorization” : “none”
}

How can i set this in web component

Wdym by set it in the Web Component? You set the URL you went to find that data as the Web Component URL, if you wanna get a specific piece of data… Use the Device Parse feature on Makeroid.

You can use the “Request Headers” block

1 Like