Skip to main content

Local Resources

The Local Resources API allows you to manage carrier resources specific to your account.

Base URL​

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

Overview​

Local resources are carrier connections that belong to a specific account. Configure trunks, gateways, and routing for your account's outbound calling.

Endpoints​

MethodEndpointDescription
GET/resourcesList local resources
GET/resources/{ID}Get resource details
PUT/resourcesCreate new resource
POST/resources/{ID}Update resource
DELETE/resources/{ID}Delete resource

List Resources​

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

Response​

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

See Also​

Documentation In Progress

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