---
title: "GET /social-accounts"
method: GET
path: "/social-accounts"
---

# GET /social-accounts

`GET /social-accounts`

## Headers

- `VIZARDAI_API_KEY` string

## Response `200`

- object[]
  - `id` string, required — Unique ID of the social account. Use this value as socialAccountId when publishing.
  - `platform` string — Social platform name (for example, Instagram, TikTok).
  - `username` string — Username of the connected account.
  - `page` string — Page name, if applicable (for example, Facebook Pages).
  - `profilePic` string — URL of the user profile image.
  - `pageProfilePic` string — URL of the page profile image, if applicable.
  - `expiresAt` integer — Unix timestamp (milliseconds) when the authorization expires.
  - `status` string — Current account status.

---

[API](https://skmtc.net/vizard/apis/video-clipping.md) · [All operations](https://skmtc.net/vizard/apis/video-clipping/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vizard/video-clipping/versions/2ba45d67ee36/schema)
