GET
/
v3
/
insights
/
{id}
/
download_url
v3 Insight Download URL
curl --request GET \
  --url https://api.globalwebindex.com/v3/insights/{id}/download_url \
  --header 'Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

insight id

Response

200
application/json

OK

The response is of type object.