SendApp API
Integrate WhatsApp, SMS, contacts and the SendApp AI assistant into your applications. A single base URL, apikey authentication, JSON responses.
Base URL: https://app.sendapp.ai
Authentication
How to authenticate every request to the API.
Ogni richiesta deve includere il parametro
apikey (o l'header X-API-Key per gli endpoint contatti/account). L'apikey autentica il tuo utente. Molti endpoint richiedono inoltre un token che identifica lo specifico account (modello AI / canale WhatsApp) su cui operare.
apikey
required
Your API Key. Identifies your SendApp account.
token
optional
Account token (AI model or channel). Identifies which account the operation is executed on.
Il parametro
token è un placeholder in questa pagina (YOUR_ACCOUNT_TOKEN): hai un token diverso per ciascun account. Usa GET /api/get_tokens per elencarli.Explore the API
Pick a group to get started.
Your API Key