Skip to main content
GET
List grouped posts
Use profile_id to list grouped posts for a non-default connection profile. Omit it to list the default profile. Each post includes per-platform results. When the platform returns or exposes those values, completed platform results include platform_post_id and platform_post_url.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:10
Required range: 1 <= x <= 100
profile_id
string

Filter grouped posts to one connection profile. Omit to use the default profile. Random public connection profile ID returned by GET /api/v1/profiles.

Pattern: ^[A-Za-z0-9]{6,32}$
Example:

"AbC123xYz90"

Response

Posts retrieved

status
enum<string>
Available options:
ok
data
object
Last modified on July 30, 2026