A1ROUTESdevelopers
A1ROUTES.com
Developers/BusinessPhoneSystem
BUSINESSPHONESYSTEM · A1PBX

Retrieve voicemail audio

Retrieve an authorized voicemail message, including its available audio.

Account availability: These examples describe the A1PBX version 7 interface. Confirm the endpoint, header authentication, response format, and record permissions for your assigned account before production use.

Requires mailbox access: Availability and mailbox filtering must be confirmed for your account. Do not use this endpoint until A1ROUTES has confirmed the authorized mailbox scope.

Request

Retrieve an authorized voicemail message, including its available audio.

GET/voicemail_messages/{uuid}A1PBX API

Parameters

ParameterTypeRequiredDescription
uuidstringYesVoicemail message identifier obtained from an authorized message listing.

Examples

Request example
curl --fail-with-body --get \
  "https://$A1PBX_ACCOUNT_ID.a1routes.com/app/api/7/voicemail_messages/$MESSAGE_UUID" \
  --header "Authorization: Basic $A1PBX_API_KEY"

Response

The documented interface can include message audio in message_base64. Confirm its presence and the surrounding response structure on your account. Decode audio only after checking that the request succeeded.

Integration notes

Keep downloaded messages in access-controlled storage. Audio access is subject to mailbox permissions and retention. This operation does not delete or alter a message.

See authentication, pagination, and error handling.