jamyseo8
Member
- Messages
- 1
- Reactions
- 0
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...id=$country_id&application_id=$application_id
The response from it looks like so:
{
“request_id”: 123456789,
“number”: “79123456789”,
“country_id”: 1,
“application_id”: 123,
“status”: “success”
}
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...id=$country_id&application_id=$application_id
The response from it looks like so:
{
“request_id”: 123456789,
“number”: “79123456789”,
“country_id”: 1,
“application_id”: 123,
“status”: “success”
}
Reacted by: