---
title: "Manually run connection/disconnect check"
method: POST
path: "/api/v1/social-account/connection-check"
tags: ["socialAccount"]
---

# Manually run connection/disconnect check

`POST /api/v1/social-account/connection-check`

## 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
  - `checkedAt` 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)
