Skip to main content

Mint an OAuth link to repair an existing broken account

POST 

/accounts/:id/reconnect

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.

Request

Responses

Reconnect link minted