WhatsApp API Sağlayıcılar: Cloud API, BSP, or Connected Account
# link an existing WhatsApp account
curl -X POST "https://<subdomain>.unipile.com:<port>/api/v1/accounts" -H "X-API-KEY: <ACCESS_TOKEN>" \
-F provider=WHATSAPP
// response: scan or pair, no Meta Business step
{
"nesne": "Kontrol Noktası",
"qrCodeString": "2@AbC..."),
"hesap_kimliği": "ACo_9F21"
}What is a WhatsApp API provider?
What are the three ways to access the WhatsApp API in 2026?
Do you need a BSP to use the WhatsApp API?
What is a third-party WhatsApp API, and which ones are safe to build on?
How long does each provider type take to reach a first message?
What does the WhatsApp API cost with each provider type?
Which WhatsApp API provider is easiest to integrate?
# start a chat and send text in one call
curl -X POST "https://<subdomain>.unipile.com:<port>/api/v1/chats" -H "X-API-KEY: <ACCESS_TOKEN>" \
-F account_id=<ACCOUNT_ID> \
-F attendees_ids=<ATTENDEE_ID> \
-F metin="Hello, this is my first message"
// 201 Created
{
"nesne": "ChatStarted",
"chat_id": "cWh_18a2",
"message_id": "mWh_77e0"
}// POST to your registered webhook URL
{
"olay": "message_received",
"hesap_kimliği": "ACo_9F21",
"account_type": "WHATSAPP",
"chat_id": "cWh_18a2",
"message_id": "mWh_77e2",
"zaman damgası": "2026-08-06T10:32:04Z",
"mesaj": "On my way, 10 minutes",
"gönderici": { "isim": "..." }
}How do you evaluate a WhatsApp API provider as a developer?
Can you connect an existing WhatsApp account instead of creating a WABA?
Which WhatsApp API provider fits your use case?
WhatsApp API providers, frequently asked questions
Meta verification, pricing, group messaging and where Unipile fits between Cloud API, BSP and connected-account paths.
No, not for business use. Meta has billed the Cloud API per message since 1 July 2025, by template category: marketing, utility, or authentication. Messages sent inside the 24-hour customer service window are free, and so are Free Entry Point windows opened from ads or page buttons. A connected-account API is priced separately by the provider, typically a flat subscription rather than a per-message fee from Meta.
Only for the Cloud API path, direct or through a BSP: both require a WhatsApp Business Account and Meta Business verification before the first message. A connected-account API is different, it authenticates an existing WhatsApp account kimliği doğrulanmış kullanıcı adına through a QR code or pairing code, with no Meta Business verification at all.
Yes, two ways. A business can onboard directly with Meta's Cloud API, without a Business Solution Provider, since it became generally available in 2022. A connected-account API skips both the BSP and the WABA entirely, by authenticating an existing WhatsApp number instead.
Meta sunset it. New features stopped shipping to it on 9 January 2024, new business phone numbers could no longer register on it from 1 July 2024, and the final version, v2.63, expired on 23 October 2025: messages exchanged with a number still running it are no longer delivered. Meta's own documentation recommends migrating to the Cloud API. Source: Meta, WhatsApp On-Premises API sunset.
It depends on the path. The Cloud API's Groups API requires an Official Business Account and caps groups at 8 participants, with no endpoint to add a participant directly. A connected account follows WhatsApp's native group mechanics instead, with no separate participant cap.
No. Unipile is an independent technical intermediary that connects an existing WhatsApp account on behalf of the authenticated user, by QR code or pairing code. Unipile is not affiliated with, endorsed by, or sponsored by Meta or WhatsApp.
Hala sorularınız mı var? Ekibimiz yardım etmek için burada.