cURL
curl --request GET \ --url https://api.sms-verify.me/rent/countries \ --header 'Authorization: Bearer <token>'
{ "countries": [ "<string>" ] }
Retrieves a list of countries where SMS numbers are available for rent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default response
An array of country names where SMS numbers can be rented