---
title: "Social Verify"
method: POST
path: "/api/social/{network}/verify"
tags: ["social"]
---

# Social Verify

`POST /api/social/{network}/verify`

Phase 2 "test connection": actively re-checks whether the persisted
session still authenticates (services/social/social_pull.py::verify_session),
rather than trusting the last-known `status` column the way `/status`
does. On failure, flips the row to 'stale' via `mark_stale` immediately —
same signal the auto-reconnect-detection paths (scheduled sync/heartbeat
auth failures) write — so the frontend can render "Reconnect needed"
right away instead of waiting for the next background pass.

## Path parameters

- `network` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/revisions/1c7d3d9ad035/schema)
