SMS API
The SMS API section provides full control over messages sent and received via API integration. It consists of three tabs: Dashboard, Incoming, and Outgoing, which allow you to view statistical data, manage two-way messaging, and monitor SMS delivery details.
API Methods:
Outgoing messages: Sent using the
POST /v2/sms
method.Incoming messages: Retrieved using the
GET /v2/sms/{externalId}
method.
For detailed information about methods and API capabilities, refer to the API documentation.
Last updated