Methods
Objects
List static items.
Method | Description |
---|---|
list.countries | Country list. |
list.destinations | Billing destinations list |
list.number_infos | Retrive informations on a specific phone number. |
list.timezones | Timezone list. |
list.countries
Country list.
method: list.countries
params: []
No parameters.
Type | Description | Format/Object |
---|---|---|
object | Dictionary of countries (key/value). The key (type string) is a country code (ISO 3166-1 alpha-2 country code, example: "US"). Value is the country object. |
Object: Country |
list.destinations
Billing destinations list
method: list.destinations
params: []
No parameters.
Type | Description | Format/Object |
---|---|---|
array | Billing destinations (object) |
list.number_infos
Retrive informations on a specific phone number.
method: list.number_infos
params: [string number]
Parameter | Type | Description | NULL |
---|---|---|---|
number | string | Phone number to inspect. | NO |
Type | Description | Format/Object |
---|---|---|
object | Number inspection. | Object: NumberInfos |
list.timezones
Timezone list.
method: list.timezones
params: []
No parameters.
Type | Description | Format/Object |
---|---|---|
object | Dictionary of timezones (key/value). The key (type int) is a timezone ID. The value is a Timezone object. |
Object: Timezone |