Create your account
Go to pilotstatus.com.br and sign up for a free account. The free plan includes one WhatsApp number and up to 200 messages — no credit card required.
Connect your number
In the dashboard, click Conectar número and choose your connection method:
- QR Code (unofficial): Open WhatsApp on your phone, tap Linked Devices → Link a Device, and scan the QR code shown in the dashboard.
- Meta credentials (official): Select the Cloud API or Coexistence mode, then enter your Meta Business credentials and WhatsApp Business Account ID.
Get your API key
In the dashboard, open the API Keys page (
/api-keys) and copy the key for your connected number — it starts with ps_. Keep this value secret — it authenticates every API request you make.Send your first message
Make the following request, replacing A successful response returns
ps_your_key_here with your key and destinationNumber with a real WhatsApp number you can verify the delivery on. The key itself identifies which of your numbers sends the message.HTTP 202 with an id and a status of QUEUED. Pilot Status delivers the message and fires your webhook as delivery and read events arrive. The same endpoint also sends templates (templateId + variables) and media (media + mediaType).Receive events
To get real-time delivery receipts, read notifications, and incoming messages, create a webhook on the Webhooks page in the dashboard (or via
POST /v1/webhooks). Pilot Status will POST a JSON payload to your URL within milliseconds of each event. You can use a service like Webhook.site to inspect payloads during development.What’s next
Now that you’ve sent your first message, explore the rest of the platform.Connect Numbers
Learn how to add official and unofficial numbers, set up Coexistence mode, and manage multi-tenant connections.
Webhooks
Understand the webhook payload structure and how to handle delivery, read, and inbound message events.
Send Messages
Send text, images, documents, audio, buttons, and template messages with the REST API.
API Reference
Browse the full endpoint reference with request schemas, response examples, and error codes.