Send SMS to an endpoint

Submit MT-SMS to specified endpoint. You can provide following fields with this request: * `payload` (String, required) - Message text to be sent, UTF-8 encoded * `source_address` (String, optional) - Source address of SMS: MSISDN, short code or alphanumeric String * `source_address_type` (Object optional) - Specify type of source address. Should contain an `id` property with a value of either: - `145` - International - `161` - National - `208` - Alphanumeric * `expiry_date` (Date, optional) - Expiry date to retain the message until for successful sending. * `udh` (String, optional) - User Data Header encoded has hex-String. Concatenation of multiple SMS messages is done via this value. * `dcs` (Integer, optional) - Data Coding Scheme ##### Concatenated SMSs To concatenate SMS messages using `udh` properties, **multiple API calls** should be made to this entrypoint. More information on UDH properties can be found in the [3GPP 23.040 specification](https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=747)

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idstringRequired

Request

This endpoint expects an object.
payloadstringRequired
source_addressstringOptional
dest_addressstringOptional
udhstringOptional

Response

Resource Created