Accounts
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.