Getting Started
The method of the request to be sent to the API service must be "POST". The data sent and received is prepared according to the JSON data type.
Obtaining API Access Information
API Address (URL)
To get the "API URL", log in to the client panel and then click on the "International SMS Service" heading from the menu. "API URL" information is given in the page that opens.
User Token
To get the "USER TOKEN", log in to the client panel and then click on the "International SMS Service" heading from the menu. "USER TOKEN" information is given in the page that opens.
Incorrect Response Example
{
"status":"error",
"message":"something write here..."
}
Successful Response Example
{
"status":"successful",
...another datas...
}