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

Greetings

List current user voicemail greetings

get

Retrieves a collection of greetings for current user.

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

OK

application/json
get/user/greetings

Create voicemail greeting for current user

post

Create voicemail greeting for current user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
file_idstringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
201

OK

application/json
idstringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
post/user/greetings

Was this helpful?