Skip to main content

Contact Lists

The Contact Lists API allows you to create and manage contact lists used for directories, speed dials, and call handling rules.

Base URL​

https://api.audian.com:8443/v2/accounts/{ACCOUNT_ID}/contact_list

Overview​

Contact lists provide a way to organize external contacts that can be used across your phone system for directories, speed dials, and automated call routing.

Endpoints​

MethodEndpointDescription
GET/contact_listList all contacts

List Contacts​

curl -X GET "https://api.audian.com:8443/v2/accounts/{ACCOUNT_ID}/contact_list" \
-H "X-Auth-Token: {AUTH_TOKEN}" \
-H "Accept: application/json"

Response​

{
"auth_token": "{AUTH_TOKEN}",
"data": [],
"request_id": "{REQUEST_ID}",
"status": "success"
}
Documentation In Progress

This documentation is being expanded. Check back soon for complete API reference.