cURL
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>" } ] }
Get some related insights for a specific insight using its id.
insight id
OK
The response is of type object.
object
Was this page helpful?