Flash Call Verify API
Flash Call Verify API DecisionTelecom дозволяє надсилати Flash виклики до будь-якої країни світу через API. Номер телефону, з якого здійснюватиметься вхідний дзвінок, міститиме необхідний код для перевірки, в останніх 4-6 цифрах. Кожний виклик ідентифікується унікальним випадковим ідентифікатором.
Flash Call Verify API використовує HTTPS з ключем доступу, який використовується як авторизація API. Корисні дані запитів та відповідей форматуються як JSON за допомогою кодування UTF-8 та значень у кодуванні URL.
API Авторизація - Базовий ключ доступу Base64.
Щоб отримати ключ API, будь ласка, зв'яжіться з вашим менеджером по роботі з клієнтами.
Надіслати flash call verification
Auth: Basic Auth (api key)
https://web.it-decision.com/v1/api/flash-call{
"phone":380631111111,
"sender":"Decision",
"text":1233,
"validity_period":2
}phone int The telephone number that you want to do a network query on
sender string The sender of the message. This can be a mobile phone number (including a country code) or an alphanumeric string. The maximum length of alphanumeric strings is 11 characters.
validity_period int SMS lifetime min 2 minute max 4320
Text string Text consists only short code with 4-6 numbers
Response: Returns json string if the request was successful.
Id int - A unique random ID which is created on the DecisionTelecom platform.
status string – the status of the phone. Possible values: accepted, rejected, unknown, and failed
Example code :
Last updated