Skip to main content
GET
Post-level analytics (published here or natively on the platform)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

profileId
string

Restrict to one profile.

accountId
string

Restrict to one connected account.

platform
enum<string>
Available options:
instagram,
whatsapp,
tiktok,
telegram,
youtube,
x,
facebook,
meta_ads,
linkedin
source
enum<string>

Where the post came from. plugkit = published through the API, external = published natively on the platform. Defaults to all.

Available options:
all,
plugkit,
external
from
string

Start of the window (ISO date). Defaults to 30 days ago.

to
string

End of the window (ISO date). Defaults to now.

page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 100
sortBy
enum<string>
default:date
Available options:
date,
engagement,
likes,
comments,
shares,
saves,
views,
impressions,
reach,
clicks
order
enum<string>
default:desc
Available options:
asc,
desc

Response

200 - undefined