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"
}
]
}
returns the 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"
}
]
}
Organization insights object
The response is of type object
.
Was this page helpful?