API Docs
General usage

Get a list of articles

Request Example

Authorization type: Domain

curl "https://getchipbot.com/api/v1/connect/accounts/{accountId}/domains/{domainId}/insights" \
     -H 'Authorization: AUTH'

Response Example

{
  "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"
}

ChipBot



ChipBot Inc.
ChipBot iOS AppChipBot Android App
ChipBot, Inc.© 2024 ChipBot, Inc. All Rights Reserved.