Passa al contenuto principale

Get social profile detail

GET 

/api/v1/partner-gateway/socials/:platform

Returns the full details for a specific connected social platform, including all linked pages or sub-accounts (e.g. Facebook Pages managed by the connected Facebook profile). The platform path parameter is case-insensitive and must be one of: facebook, instagram, linkedin, google, tiktok. The response includes top-level profile information (username, profile name, picture, website, biography, link count, connection date, disconnected status) as well as a pages array. Each page entry contains the page ID, page name, profile picture, username, website, biography, link count, connection and expiration dates, and a disconnected flag. Use this endpoint when you need to enumerate all pages or sub-accounts available under a platform connection, for example to select which Facebook Page to publish content to. Returns 404 if no connected profile exists for the given platform name. This could mean the platform was never connected or has been removed. Returns 401 if the API key is missing or invalid. Returns 502 if the upstream profile service is temporarily unavailable.

Richiesta

Risposte

Social profile retrieved successfully