Authorization type: Domain
curl "https://getchipbot.com/api/v1/connect/accounts/{accountId}/domains/{domainId}/insights" \
-H 'Authorization: AUTH'
{
"status": "OK",
"data": [
{
"title": "Test Content",
"contents": "<p>Test Content</p>",
"id": "ins_MS0CL0hT1JcY",
"draft": false,
"createdAt": "2020-03-05T18:24:44.562Z",
"updatedAt": "2020-03-16T00:31:23.631Z",
"analytics": {
"views": 1,
"impressions": 0,
"ratingCounter": 0,
"rating": 0,
"ratingPositive": 0,
"ratingNegative": 0
}
}
],
"timestamp": "2038-01-28T03:14:08Z"
}