Create an Order

Placing a a new order.
post
https://smsverification.xyz/api/v2
/sender/order
Creating a new order
Body parameters must be sent as a JSON
Parameters
Header
Authentication*
String
API Token
Body
from*
String
Sender Name The length of the sender name must be lower than or equal to 11 characters and higher than 1 character. Please note that the sender name cannot have spaces.
rcpt*
Array|String
Recipient(s) You can submit an Array of Strings that can contain phone numbers that comply with the international number format or simply a Contact Id that is submitted as a String.
Or simply just submitting this parameter as just a String which allows you to send it to only one contact. Same rules applying here.
message*
String
Message to send to the recipient(s) The length of the message must be lower than 150 characters and higher than 1 character.
Responses
200: OK
Successful Response