# SMS API

# Introduction

This section explains about how to use our SMS API. In order to send an SMS you need to use an HTTP post request by sending an XML/JSON stream. The response will also be sent in an XML/JSON Format.

All requests must be sent to :

https://my.textme.co.il/api
During development you may send requests to :
https://my.textme.co.il/api/test
this will look the same as the real request but won’t submit the actions.
this may be used to check the request is valid.

Requests must be sent with an API token - if you do not have one, follow this link to generate one.

Last Updated: 8/24/2023, 5:05:46 PM