How can I receive OTP via API?
Hi, im very new to all of this, i might not be familiar with terminology.
I know the url to make an API call to get a phone number:
it goes something like this:
https://api.sms-man.com/control/get-number?token=$token&country_id=$country_id&applica tion_id=$application_id
The response from it looks like so:
{
�request_id�: 123456789,
�number�: �79123456789�,
�country_id�: 1,
�application_id�: 123,
�status�: �success�
}
wouldn't getting it via API defeat the purpose of OTP?