---
title: "Manually refresh social account profile info"
method: POST
path: "/api/v1/social-account/profile-refresh"
tags: ["socialAccount"]
---

# Manually refresh social account profile info

`POST /api/v1/social-account/profile-refresh`

## Request body

- object
  - `type` 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS' | 'SNAPCHAT', required
  - `teamId` string, required

## Response `200`

200

- object
  - `success` boolean, required
  - `message` string
  - `socialAccountId` string, required
  - `socialAccount` object, required
    - `id` string, required
    - `type` 'TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS' | 'SNAPCHAT', required
    - `teamId` string, required
    - `username` string, nullable
    - `displayName` string, nullable
    - `bio` string, nullable
    - `avatarUrl` string, nullable
    - `externalId` string, nullable
    - `userUsername` string, nullable
    - `userDisplayName` string, nullable
    - `userId` string, nullable
    - `channels` object[], nullable
      - `id` string, required
      - `name` string, nullable
      - `username` string, nullable
      - `address` string, nullable
      - `avatarUrl` string, nullable
      - `webhook` object, nullable
        - `id` string, nullable
        - `name` string, nullable
        - `avatar` string, nullable
        - `url` string, nullable
      - `metadata` object, nullable
        - `allowImages` boolean, nullable
        - `allowVideos` boolean, nullable
        - `allowGalleries` boolean, nullable
        - `linkFlairEnabled` boolean, nullable
    - `mastodonServerId` string, nullable
    - `instagramConnectionMethod` 'FACEBOOK' | 'INSTAGRAM', nullable
    - `twitterSubType` 'none' | 'basic' | 'premium' | 'premium_plus', nullable
    - `isTiktokBusinessAccount` boolean, nullable
    - `disconnectedCheckTryAt` string, date-time, nullable
    - `deleteOn` string, date-time, nullable
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
    - `deletedAt` string, date-time, nullable
  - `refreshedAt` string, required
  - `limit` integer, required
  - `used` integer, required
  - `remaining` integer, required
  - `windowSeconds` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.net/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/versions/b773556c2f09/schema)
