LIMOVA - Récupération des Contacts de Profil LinkedIn Automation
Route
Récupérer les contacts d’un profil
POST/linkedinAutomation/profile/contact
Récupère les informations de contact d’un profil LinkedIn.
Corps de requête :
/linkedinAutomation/profile/contact
Récupère les informations de contact d’un profil LinkedIn.
Corps de requête :
{
"type": "object",
"properties": {
"linkedin_url": {
"type": "string"
},
"country": {
"type": "string",
"default": "FR"
}
},
"required": ["linkedin_url"]
}
{
"$ref": "#/components/schemas/ContactProfileResponse"
}