Поддержка
Просмотрите базу знаний или свяжитесь с нашим ассистентом поддержки.
Two-Factor Authentication (2FA)Adding 2FA to your account significantly improves security. Here is how to enable it:Go to Settings > Two-Factor Authentication.Click "Enable" to start the setup.Scan the QR code with an authenticator app (Google Authenticator, Authy, etc.).Enter the 6-digit code from the app to confirm.Save your recovery codes in a safe place — you will need them if you lose access to your authenticator app.Supported Authenticator AppsGoogle Authenticator (iOS / Android)Authy (iOS / Android / Desktop)Microsoft Authenticator1PasswordOnce enabled, you will be asked for a verification code every time you log in.
Password ResetIf you have forgotten your password, follow these steps:Go to the login page and click "Forgot Password?".Enter the email address associated with your account.Check your email for a password reset link.Click the link and enter your new password.Log in with your new password.Tips for a Strong PasswordUse at least 8 characters.Include uppercase and lowercase letters, numbers, and special characters.Do not reuse passwords from other services.Consider using a password manager.If you do not receive the reset email, check your spam folder or contact support.
API Quick StartOur RESTful API allows you to integrate SMS verification directly into your application.Step 1: Get Your API KeyGo to Dashboard > API Keys and create a new API key. Keep it safe — it cannot be shown again.Step 2: AuthenticationAll API requests require a Bearer token in the Authorization header:Authorization: Bearer YOUR_API_KEYStep 3: Create an OrderSend a POST request to create a new activation order:POST /api/activations/orders\n{\n "service_id": 1,\n "country_id": 1\n}Step 4: Check for SMSPoll the order endpoint to check for incoming messages:GET /api/activations/orders/{id}For full API documentation, visit our API Docs page.
API Rate LimitsTo ensure fair usage and service stability, API requests are rate-limited:EndpointRate LimitGET endpoints60 requests/minutePOST endpoints30 requests/minuteBest PracticesUse webhooks — Instead of polling, configure webhooks to get notified when an SMS arrives.Cache responses — Cache service and country lists as they do not change frequently.Handle errors gracefully — Always check the HTTP status code and implement retry logic with exponential backoff for 429 (Too Many Requests) responses.Use idempotency — For critical operations, include an idempotency key to prevent duplicate orders.Error Codes401 — Invalid or missing API key422 — Validation error (check the response body for details)429 — Rate limit exceeded500 — Server error (retry after a short delay)
Creating Your AccountGetting started is easy! Follow these simple steps:Visit the registration page — Click the "Register" button in the top right corner.Fill in your details — Enter your email address and choose a strong password.Verify your email — Check your inbox for a verification link and click it.Start using the service — Once verified, you can add funds and start purchasing virtual numbers.You can also sign up using your Google or Apple account for faster registration.TipsUse a valid email address you have access to — you will need it for password recovery.Enable two-factor authentication for extra security.