---
title: "Get paginated social accounts scheduled to delete"
method: GET
path: "/api/v1/social-account/to-delete"
tags: ["socialAccount"]
---

# Get paginated social accounts scheduled to delete

`GET /api/v1/social-account/to-delete`

## Query parameters

- `page` number
- `pageSize` number

## Response `200`

200

- object
  - `items` 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
  - `pagination` object, required
    - `page` number, required
    - `pageSize` number, required
    - `total` number, required
    - `totalPages` number, 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)
