> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connexions

🧠 Agent concerné : Elio

# LIMOVA - Récupération des Connexions LinkedIn Automation

## Route

### Récupérer les connexions

**POST** `/linkedinAutomation/network/connections`

Récupère la liste des connexions LinkedIn.

**Corps de requête :**

```json theme={null}
{
  "type": "object",
  "properties": {
    "total_results": {
      "type": "number",
      "default": 10
    },
    "country": {
      "type": "string",
      "default": "FR"
    }
  }
}
```

**Coût :** 20 Token(s) + 0.6 Token(s) par résultat

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/ConnectionsResponse"
}
```
