curl --location 'https://api.sudonum.com.com/v2/routing-configs/c7310b40-6b59-4586-ba0a-4b2d825449a9'{
"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"
},
"public_holiday": true
},
"destination": {
"type": "phone",
"number": "27821234567"
},
"fallback": {
"on": [
"busy",
"no_answer"
],
"timeout_seconds": 30,
"destination": {
"type": "phone",
"number": "27821234567"
}
}
}
],
"default_destination": {
"type": "phone",
"number": "27821234567"
},
"created": "2026-08-20T09:14:52.418000Z",
"modified": "2026-08-20T09:14:52.418000Z"
}