GET
/
v3
/
insights
/
{id}
/
related
v3 Related Insights
curl --request GET \
  --url https://api.globalwebindex.com/v3/insights/{id}/related \
  --header 'Authorization: <api-key>'
{
  "related": [
    {
      "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.