Skip to main content
GET
The Quick Send endpoint is the easiest way to send an SMS. Simply make a GET request with query parameters—perfect for transactional messages, alerts, and simple integrations.
string
required
Recipient phone number (international, local, or with + prefix)
string
required
The message content to send (URL encoded)
string
required
Your approved sender ID
string
required
Your API key (use this instead of Bearer token for GET requests)
For Quick Send, pass your API key as a query parameter instead of using the Authorization header.

When to Use Quick Send

Quick Send is ideal for developers who want to integrate SMS without complex setup. Just construct a URL and make a request!