# Reconnect a broken account with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/create-reconnect-link --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/accounts/{id}/reconnect # Reconnect a broken account with the PostEverywhere API Returns a short-lived (10 minute) authorization URL that repairs an EXISTING OAuth account whose token died (`needs_reconnection` or `token_expired` from the health endpoint). The owner must approve while logged in to the platform as that same profile; matching is by the platform's account id, so authorizing as a different profile creates a new account instead. Verify with `GET /accounts/{id}/health` afterwards. Credential platforms (telegram, discord, bluesky) reconnect by re-submitting credentials via `POST /accounts/connect-credential`. Guides: [Connecting accounts guide](https://posteverywhere.ai/docs/connecting-accounts) · [Account health guide](https://posteverywhere.ai/docs/account-health) Copy MarkdownCopy for LLM ## Parameters idintegerrequiredSocial account ID (integer, as returned by listAccounts) ## Responses - 200Reconnect link minted - 400 - 401 - 402 - 403 - 404 - 429 - 500 ## More in Accounts - [List accounts](https://posteverywhere.ai/docs/api/list-accounts) - [Get an account](https://posteverywhere.ai/docs/api/get-account) - [Account health](https://posteverywhere.ai/docs/api/get-account-health) - [Create a connect link](https://posteverywhere.ai/docs/api/create-connect-link) - [Connect with credentials](https://posteverywhere.ai/docs/api/connect-credential-account) [← Connect with credentials](https://posteverywhere.ai/docs/api/connect-credential-account)[← All endpoints](https://posteverywhere.ai/docs/api/reference)