routes comes back with its keys in the canonical order priority, conditions, destination, fallback. Keys outside that set are preserved and come last.curl --location 'https://api.sudonum.com.com/v2/routing-configs/?page=undefined&page_size=undefined'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"uuid": "3f1c8a20-0000-4c00-8a00-2d3e4f5a6b7c",
"name": "Cape Town office hours",
"timezone": "Africa/Johannesburg",
"country": "ZA",
"routes": [
{
"priority": 1,
"conditions": {
"time_of_day": {
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"start": "08:00",
"end": "17:00"
}
},
"destination": {
"type": "phone",
"number": "27821234567"
},
"fallback": {
"on": [
"busy",
"no_answer"
],
"timeout_seconds": 30,
"destination": {
"type": "phone",
"number": "27821234568"
}
}
}
],
"default_destination": {
"type": "voice_agent",
"agent_config": "9c4d1e30-0000-4c00-8a00-5f6a7b8c9d0e"
},
"created": "2026-08-20T09:14:52.418000Z",
"modified": "2026-08-20T09:14:52.418000Z"
}
]
}