GET
/
api
/
v1
/
analytics
/
social-account
Get Social Account Analytics
curl --request GET \
  --url https://api.bundle.social/api/v1/analytics/social-account \
  --header 'x-api-key: <api-key>'
{
  "socialAccount": {
    "id": "<string>",
    "type": "TIKTOK",
    "teamId": "<string>",
    "username": "<string>",
    "displayName": "<string>",
    "externalId": "<string>",
    "userUsername": "<string>",
    "userDisplayName": "<string>",
    "userId": "<string>",
    "channels": [
      {
        "id": "<string>",
        "name": "<string>",
        "username": "<string>",
        "webhook": {
          "id": "<string>",
          "name": "<string>",
          "avatar": "<string>",
          "url": "<string>"
        }
      }
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "items": [
    {
      "id": "<string>",
      "socialAccountId": "<string>",
      "impressions": 123,
      "impressionsUnique": 123,
      "views": 123,
      "viewsUnique": 123,
      "likes": 123,
      "comments": 123,
      "postCount": 123,
      "followers": 123,
      "following": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
platformType
enum<string>
required
Available options:
TIKTOK,
YOUTUBE,
INSTAGRAM,
FACEBOOK,
THREADS,
REDDIT,
PINTEREST,
MASTODON

Response

200
application/json

200

The response is of type object.