Other How receive SMS verification using sms-man API

Mykitapr

New Member
How do I receive SMS verification codes using the SMS-MAN API?


I’m trying to integrate SMS-MAN into my project, but I’m not sure what exact API request I need to make to get the SMS messages for a rented number.


Here is the API documentation I’m using: https://sms-man.com/api


I’m looking for an example similar to Twilio’s REST API flow (buy number → receive SMS → fetch messages). Could someone show a working request example or basic flow?
 

ilan

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
do they have more privileges then us indie devs?
probably not.

I guess they are using https://developers.google.com/identity/sms-retriever/ Api...
I wrote a wrapper in 2019. Don´t know if it still works.

 
Upvote 0
Top