v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012582298.4 KB
Social Sets

Get social set details

Retrieve detailed information about a social set, including every configured social media platform (X, LinkedIn, Mastodon, Threads, Bluesky) with account details and profile information.

Required permission: READ access to the social set.

get/v2/social-sets/{social_set_id}/

Path parameters

social_set_idinteger required

Response

OK

idinteger required

Unique identifier for the social set

usernamestring required

Username/handle for the social media account

namestring required

Display name of the social media account

profile_image_urlstring nullable required

URL to the profile image of the social media account. Null if not available.

Example response

{
  "id": 12345,
  "username": "elonmusk",
  "name": "Elon Musk",
  "profile_image_url": "https://typefully-user-avatars.s3.amazonaws.com/_generic/account/537/twitter.jpeg",
  "team": {
    "id": "abc123def4567890",
    "name": "Marketing Team"
  }
}