call-routing. A route profile is a connection whose address names a route instead of a SIP peer. Requires Office Manager, Route Manager, Call Center Supervisor, or Office Manager Read-Only scope in the profile's domain, Reseller scope in its territory, or Super User or Super User Read Only scope.connection-id is the key for the other route-profile endpoints. Filter with connection-usage-role, and page with start and limit, 100 rows by default. Use /domains/{domain}/routeprofiles/count for a total, and /domains/{domain}/routeprofiles/list for the identity fields only.404.Authorization: Bearer ********************[].curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/example.com/routeprofiles?start=0&limit=100&connection-usage-role=customer' \
--header 'Authorization: Bearer <token>'[
{
"connection-id": "PHRvbGxmcmVlPg",
"connection-orig-match-pattern": "tollfree",
"connection-address": "<tollfree>",
"connection-connectivity-type": "route_profile",
"domain": "example.com",
"description": "Toll-free outbound chain"
},
{
"connection-id": "PGludGw-",
"connection-orig-match-pattern": "intl",
"connection-address": "<intl>",
"connection-connectivity-type": "route_profile",
"domain": "example.com",
"description": "International dialing chain"
}
]