Allô: AI Second Business Phone
  1. SMS
Allô: AI Second Business Phone
  • SMS
    • Send SMS
      POST
    • Send Bulk SMS
      POST
  1. SMS

Send SMS

POST
https://api.withallo.com/v1/sms/unit
Send one SMS to any European number with Allo’s reliable infrastructure.
You can currently send up to 20 messages per day. To enable this feature and request your API key (or to increase your limit), please contact our team at support@withallo.com.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Daily Limit Reached
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.withallo.com/v1/sms/unit' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "to_number": "string",
    "message": "string"
}'
Response Response Example
200 - Example 1
{}
Modified at 2025-09-03 23:51:57
Next
Send Bulk SMS
Built with