Skip to main content
GET
/
rent
/
countries
cURL
curl --request GET \
  --url https://api.sms-verify.me/rent/countries \
  --header 'Authorization: Bearer <token>'
{
  "countries": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Default response

countries
string[]

An array of country names where SMS numbers can be rented