cURL
curl --request GET \ --url https://api.salvy.com.br/api/v1/virtual-phone-accounts/area-codes \ --header 'Authorization: Bearer <token>'
{ "areaCodes": [ { "areaCode": 11, "available": true } ] }
Retorna os códigos de área disponíveis para números virtuais.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filtra os códigos de área disponíveis.
"true"
The response is of type object.
object