Get Extended phones settings
Returns extended phones settings. If enabled - incoming call will be simultaneously forwarded to up to four devices. Phones list might be empty, max list size is 4.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- max_phones integer
Maximum number of available forward numbers
- list string[]
Forward numbers list
{
"max_phones": 4,
"list": [
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]"
]
}
{
"max_phones": 4,
"list": [
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...