Skip to main content
POST
/
api
/
unipile
/
account
/
link
cURL
curl --request POST \
  --url https://api.example.com/api/unipile/account/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "providers": [
    "LINKEDIN",
    "WHATSAPP",
    "GOOGLE"
  ]
}
'

Body

application/json
providers
string[]

Response

201 - undefined