Skip to main content

📨 Send SMS

This section covers all methods for sending SMS messages through the IPPanel Edge API. You can send messages in various ways depending on your needs.

for changing the sending method, you can use the sending type parameter in the request body.

Base URL​

All SMS sending endpoints use the base URL: https://edge.ippanel.com/v1

Authentication​

All endpoints in this section require authentication. You must include your authorization token in the request header:

Authorization: YOUR_TOKEN_HERE

Available Sending Methods​

The IPPanel Edge API offers multiple methods for sending SMS messages, each suited for different use cases:

Request Format​

Most SMS sending methods follow a similar request format with variations in parameters. All requests require proper authorization headers and typically use JSON request bodies.

Response Format​

Successful API responses include a data object with the SMS bulk id and a meta object with status information. Error responses include details about the specific error encountered.