List voicemail messages
Retrieve messages from mailboxes your integration is authorized to access.
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 messages from mailboxes your integration is authorized to access.
/voicemail_messagesA1PBX APIExamples
curl --fail-with-body --get \
"https://$A1PBX_ACCOUNT_ID.a1routes.com/app/api/7/voicemail_messages" \
--header "Authorization: Basic $A1PBX_API_KEY"
Response
Inspect an authorized response from your account to establish the returned fields, content type, and empty-result behavior. Response schemas are intentionally not asserted until verified for the deployed service.
Integration notes
Confirm mailbox filtering before retrieval. No mailbox provisioning, PIN changes, deletion, or other mailbox configuration is included.
See authentication, pagination, and error handling.