curl https://connect.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c/metrics \
-H "Authorization: Bearer YOUR_API_KEY"
{
"post_id": "<string>",
"platforms": [
{
"post_platform_id": "<string>",
"platform": "<string>",
"status": "<string>",
"platform_post_id": "<string>",
"platform_url": "<string>",
"metrics": [
{}
]
}
]
}Posts
Get post metrics
Engagement for a published post, per platform.
GET
/
posts
/
{id}
/
metrics
curl https://connect.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c/metrics \
-H "Authorization: Bearer YOUR_API_KEY"
{
"post_id": "<string>",
"platforms": [
{
"post_platform_id": "<string>",
"platform": "<string>",
"status": "<string>",
"platform_post_id": "<string>",
"platform_url": "<string>",
"metrics": [
{}
]
}
]
}string
required
Post UUID.
string
Post UUID.
array
One row per enabled platform.
Show child attributes
Show child attributes
string
Post-platform UUID.
string
Platform slug.
string
Per-platform publish status.
string
Id on the network, or
null.string
Public URL, or
null.array | object
Either
[{ "label", "value" }, …] or { "unsupported": true, "reason": "not_published" | "platform_not_supported" }. LinkedIn profile posts are platform_not_supported. A row that is not published yet is not_published.curl https://connect.trypost.it/api/posts/9f1a2b3c-4d5e-6f7a-8b9c-0d1e2f3a4b5c/metrics \
-H "Authorization: Bearer YOUR_API_KEY"

