Requested by POST query, all parameters are transmitted in JSON format in the request body.
https://api.quantumtec.eu/v1/sms/single
Parameter | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
X-ApiKey | API key for authentication |
Parameters are sent in JSON format
Parameter | Format | Usage | Description |
---|---|---|---|
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.
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. |