GET
/
organization
/
insights
curl --request GET \
  --url https://api.wapikit.com/api/organization/insights
{
  "insights": [
    {
      "type": "<string>",
      "description": "<string>",
      "confidence": 123,
      "data": {},
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200
application/json

Organization insights object

The response is of type object.