GET
/
api
/
v1
/
analytics
/
raw-post
Get Raw Post Analytics In Last 24 Hours
curl --request GET \
  --url https://api.bundle.social/api/v1/analytics/raw-post \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "profilePostId": "<string>",
  "socialAccountId": "<string>",
  "raw": "<any>",
  "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

profilePostId
string
required
teamId
string
required

Response

200
application/json

200

The response is of type object.