Title here
Summary here
Sandbox environments are essential for testing and development, allowing you to simulate real-world scenarios without affecting production data.
Switching to the sandbox environment is straightforward:
Choose an active activation and click on “Send SMS” to send a fake SMS. Fill activation code and/or message text. This simulates the SMS delivery process, allowing you to test your application’s response to incoming messages.
Send a PUT request to the /activation/{activation_id}/sms endpoint with the following parameters:
{
"code": "123456", // Optional: activation code
"text": "Your activation code is 123456" // Optional: message text
}