GET
/
v3
/
insights
/
{id}
v3 Insight Detail
curl --request GET \
  --url https://api.globalwebindex.com/v3/insights/{id} \
  --header 'Authorization: <api-key>'
{
  "category_ids": [
    123
  ],
  "description": "<string>",
  "id": 123,
  "images": [
    {
      "id": 123,
      "is_main": true,
      "page_preview_thumb_path": "<string>",
      "page_thumb_path": "<string>",
      "thumb_path": "<string>"
    }
  ],
  "name": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

insight id

Response

200
application/json

OK

The response is of type object.