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”
}