GET
/
api
/
v1
/
analytics
/
profile-post
curl --request GET \
  --url https://api.bundle.social/api/v1/analytics/profile-post \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "socialAccountId": "<string>",
    "postId": "<string>",
    "externalId": "<string>",
    "title": "<string>",
    "description": "<string>",
    "smallThumbnail": "<string>",
    "thumbnail": "<string>",
    "permalink": "<string>",
    "subreddit": "<string>",
    "publishedAt": "2023-11-07T05:31:56Z",
    "type": "POST",
    "init": true,
    "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[].