View Single Post
  #1  
Old Today, 01:22 PM
mykyta01001010
Fire Beetle
 
Join Date: Apr 2026
Location: france
Posts: 1
Default Advice Needed 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-numb...ication_id

The response from it looks like so:

{
“request_id”: 123456789,
“number”: “79123456789”,
“country_id”: 1,
“application_id”: 123,
“status”: “success”
}
Reply With Quote