---
title: "GET /api/social-accounts"
method: GET
path: "/api/social-accounts"
tags: ["social-posting", "enterprise"]
---

# GET /api/social-accounts

`GET /api/social-accounts`

Retrieve the connected social destinations available for social posting.

## Query parameters

- `q` 'mine', required

## Response `200`

Successfully retrieved social accounts

- object
  - `data` object[], required
    - `postAccountId` string, required — Unique ID of the connected social account record
    - `subAccountId` string — Sub-account ID for Facebook pages, Instagram business accounts, or LinkedIn person or org URNs
    - `platform` 'YOUTUBE' | 'TIKTOK_BUSINESS' | 'FACEBOOK_PAGE' | 'INSTAGRAM_BUSINESS' | 'LINKEDIN' | 'TWITTER', required
    - `extUserId` string, required — Platform-side user or account ID
    - `extUserName` string, required — Display name from the third-party platform
    - `extUserPictureLink` string — Avatar image URL
    - `extUserProfileLink` string — Public channel or profile URL

---

[API](https://skmtc.dev/opus/apis/clip-api.md) · [All operations](https://skmtc.dev/opus/apis/clip-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opus/clip-api/revisions/7fa7ca3147b7/schema)
