GET | Sending a single SMS

Requested by a GET request, all parameters are passed to the query string.

URL

https://api.quantumtec.eu/v1/sms/single

Available parameters

Parameter Format Usage Description
X-ApiKey string Mandatory API key for authentication
To string Mandatory Recipient's number
From string Mandatory Sender name
Text string Mandatory Message text
MessageId string Optional Indicated by the client in the event of having to use your own message ID. If not specified will be assigned automatically

In response, a data set in JSON format will be sent.

Response parameters

Parameter Description
messageID Message ID
partIds ID of the message part if the message is multipart
sent The time the message was sent to UTC.

Example