> ## Documentation Index
> Fetch the complete documentation index at: https://help.withallo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Présentation

> Démarrez avec l'API Allo pour gérer votre système téléphonique de manière programmatique

L'API Allo offre un accès programmatique à votre compte Allo, vous permettant de gérer les webhooks, récupérer les appels et contacts, et envoyer des SMS.

## URL de base

Toutes les requêtes API doivent être envoyées à :

```
https://api.withallo.com
```

## Points d'accès disponibles

<CardGroup cols={2}>
  <Card title="Webhooks" icon="https://mintcdn.com/themobilefirstcompany/0w3bVWjKfZPY4i7y/media/integrations/Webhooks.svg?fit=max&auto=format&n=0w3bVWjKfZPY4i7y&q=85&s=d2fc254143963c5ea1caa09b613bd22e" href="/fr/api-reference/webhooks/overview" width="24" height="24" data-path="media/integrations/Webhooks.svg">
    Configurez des webhooks pour recevoir des notifications en temps réel sur les appels et messages
  </Card>

  <Card title="Appels" icon="https://mintcdn.com/themobilefirstcompany/RgYoir1kmfhXIZ06/media/allo-icons/Phone.svg?fit=max&auto=format&n=RgYoir1kmfhXIZ06&q=85&s=83bbcaf90dae5f30887cdfbc503d97b2" href="/fr/api-reference/calls/search-calls" width="24" height="24" data-path="media/allo-icons/Phone.svg">
    Récupérez et recherchez votre historique d'appels avec filtrage et pagination
  </Card>

  <Card title="Contacts" icon="https://mintcdn.com/themobilefirstcompany/RgYoir1kmfhXIZ06/media/allo-icons/Contacts.svg?fit=max&auto=format&n=RgYoir1kmfhXIZ06&q=85&s=21e8763f48b29af6190da3bcc331ba89" href="/fr/api-reference/contacts/search-contacts" width="24" height="24" data-path="media/allo-icons/Contacts.svg">
    Accédez à votre base de contacts avec suivi de l'engagement
  </Card>

  <Card title="SMS" icon="https://mintcdn.com/themobilefirstcompany/yN5XCm7zDDPr0-yn/media/allo-icons/chat-bubble.svg?fit=max&auto=format&n=yN5XCm7zDDPr0-yn&q=85&s=d1817ba8f8b3a0d440cf67199eb899cd" href="/fr/api-reference/sms/send-sms" width="24" height="24" data-path="media/allo-icons/chat-bubble.svg">
    Envoyez des SMS et MMS de manière programmatique
  </Card>
</CardGroup>
