Send SMSAsk AIget https://api.movider.co/v1/smsSend SMS messageQuery Paramsapi_keystringrequiredYour API key.api_secretstringrequiredYour API Secret.tostringrequiredThe number that the message should be sent. Numbers must be specified in E.164 format. Use commas (,) for multiple receivers (the maximum is 1000 numbers).fromstring The "from" field indicates the sender name or brand name used for sending messages to the recipient. If you do not fill a sender name or brand name in the "from" field, the system will automatically use the default sender name. You can send SMS messages with your own customized sender name by registering it with Movider. Please note that the "from" field is case-sensitive. Ensure the sender name matches the case (lowercase or uppercase) you registered with Movider. textstringrequired For trial accounts, you are unable to edit the body message or sender name. The system automatically sends a default message with a default sender. If you would like to customize both the message and sender name, please upgrade your account. If you do not provide a sender name, or if the sender name does not match the one in your registration, the system will automatically send a default message with a default sender name. Please ensure that your sender name is correct before sending. callback_urlstringThe webhook endpoint of the delivery report for this SMS to send. This parameter overrides the webhook endpoint set in dashboard.callback_methodstringThe method of webhook of the delivery report. Choose between GET or POST.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 200 400Bad Request error response 401The request did not receive an authenticated respose 500System failureUpdated 11 months ago