LIMOVA - Récupération d’Informations d’Entreprise LinkedIn Automation
Route
Récupérer les informations d’une entreprise
POST/linkedinAutomation/companies/info
Récupère les informations d’une entreprise LinkedIn.
Corps de requête :
/linkedinAutomation/companies/info
Récupère les informations d’une entreprise LinkedIn.
Corps de requête :
{
"type": "object",
"properties": {
"company_url": {
"type": "string"
},
"country": {
"type": "string",
"default": "FR"
}
},
"required": ["company_url"]
}
{
"$ref": "#/components/schemas/CompanyInfoResponse"
}