cURL
curl --request GET \ --url https://api.bundle.social/api/v1/analytics/profile \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "socialAccountId": "<string>", "impressions": 123, "impressionsUnique": 123, "views": 123, "viewsUnique": 123, "likes": 123, "comments": 123, "postCount": 123, "followers": 123, "following": 123, "raw": "<any>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" } ]
TIKTOK
YOUTUBE
INSTAGRAM
FACEBOOK
THREADS
REDDIT
PINTEREST
MASTODON
200
The response is of type object[].
object[]
Was this page helpful?