For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voicemail

Retrieve voicemail server

get

Retrieve voicemail server information.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
retain_daysinteger · int32Optional

Duration the voicemail will be kept before auto deleted, in days.

Default: 30
min_secondsinteger · int32Optional

The minimum length of a voicemail, in seconds. Any callings shorter than this value will not be saved as voicemail.

Default: 1
get/voicemail

Update voicemail server

post

Update voicemail server

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
retain_daysinteger · int32Optional

Duration the voicemail will be kept before auto deleted, in days.

Default: 30
min_secondsinteger · int32Optional

The minimum length of a voicemail, in seconds. Any callings shorter than this value will not be saved as voicemail.

Default: 1
Responses
200

OK

No content

post/voicemail

No content

Was this helpful?