cURL
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>" }
Get an insight using its id.
insight id
OK
The response is of type object.
object
Was this page helpful?