curl --request POST \
--url https://api.example.com/api/unipile/account/link \
--header 'Content-Type: application/json' \
--data '
{
"providers": [
"LINKEDIN",
"WHATSAPP",
"GOOGLE"
]
}
'curl --request POST \
--url https://api.example.com/api/unipile/account/link \
--header 'Content-Type: application/json' \
--data '
{
"providers": [
"LINKEDIN",
"WHATSAPP",
"GOOGLE"
]
}
'Was this page helpful?