curl --location 'https://api.voxa.sa/v1/channels/service-account?type=PhoneNumberAndWhatsapp&SkipCount=0&MaxResultCount=100' \
--header 'Authorization: Bearer <token>'{
"totalCount": 4,
"items": [
{
"id": "3a1da0..............",
"creationTime": "2025-04-23T19:24:17.465921",
"creatorId": "fadb7b..............",
"lastModificationTime": "2026-06-16T12:03:31.995983",
"lastModifierId": "3a214c..............",
"workspaceId": "d307b8..............",
"name": "هاتف الرقم الرسمي",
"type": 3,
"icon": "📱",
"phoneNumberType": 1,
"isBringYourOwnNumber": false,
"phoneNumber": {
"id": "3a1d32..............",
"workspaceId": "d307b8..............",
"number": "+966115001277",
"phoneNumberStatus": 2,
"type": 1,
"region": 1,
"provider": 1,
"reservedBy": null,
"statusChangedAt": null,
"customerName": null,
"note": null,
"contractId": null,
"isInboundOnly": false
},
"smartReconnectConfiguration": {
"enabled": true,
"sipRingTimeoutSeconds": 60,
"fallbackStrategy": 2,
"mobileRingTimeoutSeconds": 0
},
"inboundAgentConfiguration": null,
"evaluationTemplateId": null,
"whatsAppInfo": {
"providerType": 1,
"sessionInfo": {
"id": "f9c1db..............",
"sessionName": "f9c1db..............",
"status": 4,
"lastConnectedAt": null
},
"businessAccountInfo": null
},
"workingHours": {
"days": [
{
"day": 0,
"isEnabled": true,
"windows": [
{
"start": "10:00:00",
"end": "18:00:00"
},
{
"start": "21:30:00",
"end": "23:59:00"
}
]
},
{
"day": 1,
"isEnabled": true,
"windows": [
{
"start": "10:00:00",
"end": "17:00:00"
},
{
"start": "21:00:00",
"end": "23:59:00"
}
]
},
{
"day": 5,
"isEnabled": false,
"windows": []
},
{
"day": 6,
"isEnabled": false,
"windows": []
}
]
},
"isConversationPrivacyEnabled": true
}
]
}