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.
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>"
}
]
}insight id
OK
Show child attributes
Was this page helpful?