> ## 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.

# Info utilisateur instagram

🧠 Agent concerné : John

# LIMOVA Instagram - Récupérer les informations utilisateur

## Description

Récupère les informations de l'utilisateur Instagram.

## Endpoint

```
GET /instagram/get-user-info
```

## Paramètres

### Query

* `accessToken`: string (requis) - Token d'accès Instagram

## Réponse

### Succès (200)

```json theme={null}
{
  "id": "string",
  "username": "string",
  "account_type": "string",
  "media_count": "number"
}
```

## Coût

**Cost Fix: 5 Token(s)**

## Exemple d'utilisation

```bash theme={null}
curl -X GET "https://kainotomiaprodbackend-brbzd3f2gjbugtcd.francecentral-01.azurewebsites.net/instagram/get-user-info?accessToken=your-access-token" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## Notes

* Le token d'accès doit être valide et avoir les permissions nécessaires
* Retourne les informations de base du compte Instagram
