Connections
Get a connection
Returns a single connection by ID, with the latest captured audience metrics.
Authorization
apiKey X-Api-Key<token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X GET "https://example.com/connections/string"{ "id": "string", "platform": "string", "username": "string", "avatar_url": "string", "biography": "string", "followers_count": 0, "posts_count": 0, "likes_count": 0, "is_verified": true, "created_at": "string"}List connections GET
Returns the active social connections in this workspace — the IDs you pass as `connection_id` when creating a post. Each entry includes the platform, public profile info (username, avatar, bio) and the latest captured audience metrics (followers, posts, likes). Revoked or disconnected accounts are excluded.
List posts GET
Returns a paginated list of posts in this workspace, newest first. Each post includes its items with current status and error codes.