LIMOVA - Récupération de CV LinkedIn Automation
Route
Récupérer un CV
POST/linkedinAutomation/recruiter/cv
Récupère le CV d’un candidat.
Corps de requête :
/linkedinAutomation/recruiter/cv
Récupère le CV d’un candidat.
Corps de requête :
{
"type": "object",
"properties": {
"application_id": {
"type": "string"
},
"country": {
"type": "string",
"default": "FR"
}
},
"required": ["application_id"]
}
{
"$ref": "#/components/schemas/CvResponse"
}