v1
latestOpenAPI 3.0.02026-07-249301.3 MBAccounts
Reconnect an account
Reconnect an account previously linked to Unipile that has been disconnected.
post/api/v1/accounts/{id}
Path parameters
idstring required
The id of the account to reconnect.
Request body
Example request
{
"sync_limit": {
"chats": "2025-12-31T23:59:59.999Z",
"messages": "2025-12-31T23:59:59.999Z"
}
}Response
OK. The authentication succeeded.