Request
Body Params application/json
User Id linked to API key
{
"userId": "string",
"key": "string",
"orderId": "string"
}
Request samples
curl --location --request POST 'https://api.smsonline.cloud/cs/requestAnotherSMS' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
application/json
If the request is completed successfully, a 200 response code is returned.
{
"ok": true,
"body": "Ready for receiving another SMS"
}
Modified at 2025-02-15 16:29:49