v1
latestOpenAPI 3.0.02026-07-249301.3 MBAccounts
Connect an account (hosted authentication)
Create a url which redirect to Unipile's hosted authentication to connect or reconnect an account.
post/api/v1/hosted/accounts/link
Request body
Example request
{
"expiresOn": "2025-12-31T23:59:59.999Z",
"sync_limit": {
"MESSAGING": {
"chats": "2025-12-31T23:59:59.999Z",
"messages": "2025-12-31T23:59:59.999Z"
}
}
}Response
OK. Request succeeded.