curl --request POST \
--url https://api.example.com/api/v1/connected-accounts/auth-link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"provider": "linkedin",
"return_path": "<string>"
}
'{
"url": "<string>",
"provider": "<string>"
}Generate a hosted auth URL to connect a LinkedIn account.
curl --request POST \
--url https://api.example.com/api/v1/connected-accounts/auth-link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"provider": "linkedin",
"return_path": "<string>"
}
'{
"url": "<string>",
"provider": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to generate a hosted auth link for account connection.